sheets_batch_get
Read multiple cell ranges from a Google Sheet in a single call. Specify ranges in A1 notation to fetch data from different sheets at once.
Instructions
Read multiple ranges at once from a Google Spreadsheet (spreadsheets.values.batchGet)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ranges | Yes | Comma-separated ranges in A1 notation, e.g. 'Sheet1!A1:B2,Sheet1!C1:D2' | |
| spreadsheetId | Yes | The spreadsheet ID |