batch_write
Write values to multiple ranges in a single batch update call using the Sheets API ValueRange format.
Instructions
Write values to multiple ranges in one values batchUpdate call.
data items use the Sheets API ValueRange shape, e.g.
{"range": "Sheet1!A1:B2", "values": [[1, 2], [3, 4]]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| spreadsheet_id | Yes | ||
| value_input_option | No | RAW |