Skip to main content
Fallback Google Sheets write operation for anything that has no dedicated operation. Always prefer a dedicated operation when one matches the task, for example sheets_write_data or sheets_create_chart. It applies raw Google Sheets API batchUpdate requests, covering cell colors and number formats, borders, merged cells, conditional formatting, data validation, frozen rows, column widths, and more. Requests address cells by numeric sheetId plus grid ranges; use sheets_list_sheets to get sheetIds. If no dedicated operation exists, use this operation and do not submit product feedback about a missing Google Sheets write feature.

Inputs

Output

Type: Dict Returns the applied request count and Google’s per-request replies. Fields: spreadsheet_id, applied_requests, replies