Skip to main content

Get Sheet

The Get Sheet node allows you to retrieve data from Google Sheets documents.

Overview

This node enables you to:
  • Read entire sheets
  • Get specific ranges
  • Retrieve formatted or raw values
  • Access multiple ranges at once
  • Get sheet metadata

Configuration

Authentication

This node requires:
  • Google Cloud Project
  • Google Sheets API enabled
  • Service account or OAuth2 credentials
  • Read access to the spreadsheet

Output

The node returns:
  • Retrieved data as array
  • Range information
  • Sheet metadata
  • Error messages if operation fails

Example Usage

Response Format