batch_update_spreadsheet
Update multiple ranges in a Google Spreadsheet in a single batch request. Specify the range and values as a JSON array.
Instructions
Batch update multiple ranges. Data format: JSON array of {range, values}, e.g. '[{"range":"Sheet1!A1","values":[["X"]]}]'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | ||
| data | Yes |