sheets_read_range
Retrieve cell values from a specified Google Sheets range using A1 notation. Returns the resolved range and row data in JSON, making spreadsheet content available for analysis or processing.
Instructions
Read cell values from a range in a Google Sheet.
Returns:
str: JSON with range (the resolved range) and values (2D array
of row data as returned by the Sheets API; empty trailing cells
are omitted by Google's API).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |