sheets_batch_update
Apply batch updates to Google Sheets for formatting, adding or deleting sheets, merging cells, inserting charts, and conditional formatting.
Instructions
Apply batch update requests to a Google Spreadsheet (formatting, add/delete sheets, merge cells, charts, conditional formatting, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requests | Yes | JSON string of an array of Sheets API request objects (e.g. addSheet, mergeCells, updateBorders, addChart, etc.) | |
| spreadsheetId | Yes | The spreadsheet ID |