sheets_values_get
Retrieve cell values from a specified spreadsheet range using A1 notation. Supports formatted, unformatted, or formula outputs.
Instructions
Read values from a spreadsheet range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | A1 notation range (e.g. "Sheet1!A1:D10") | |
| spreadsheetId | Yes | The spreadsheet ID | |
| majorDimension | No | ROWS or COLUMNS | |
| valueRenderOption | No | FORMATTED_VALUE, UNFORMATTED_VALUE, or FORMULA |