Read spreadsheet range
google_sheets_readRetrieve cell values from a range in Google Sheets as rows of strings for use in workflows and analysis.
Instructions
Read cell values from a range as rows of strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | A1 notation, e.g. Sheet1!A1:C10. | |
| account | No | Account nickname to use. | |
| spreadsheetId | Yes | Spreadsheet ID. | |
| majorDimension | No | Read direction (default ROWS). |