sheets_values_get
Retrieve spreadsheet data from Google Sheets using a specified range and ID. Extract cell values for analysis, reporting, or integration with other applications.
Instructions
Read values from a spreadsheet range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheetId | Yes | The spreadsheet ID | |
| range | Yes | A1 notation range (e.g. "Sheet1!A1:D10") | |
| majorDimension | No | ROWS or COLUMNS | |
| valueRenderOption | No | FORMATTED_VALUE, UNFORMATTED_VALUE, or FORMULA |