update_values
Modify spreadsheet cell data by writing values to specified ranges in Google Sheets, supporting various data types and input formats.
Instructions
Update values in a range of cells
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | The ID of the spreadsheet | |
| range | Yes | A1 notation range to update | |
| values | Yes | 2D array of values to write | |
| input_option | No | How to interpret input (RAW or USER_ENTERED) | USER_ENTERED |