get_range_data
Extract formatted data from specific spreadsheet ranges to analyze or process spreadsheet information programmatically.
Instructions
Get data from a specific range with formatting options
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | The ID of the Google Spreadsheet | |
| range | Yes | The range to read (e.g., 'Sheet1!A1:C10') | |
| value_render_option | No | How to render values | FORMATTED_VALUE |