sheets_update_sheet_properties
Modify sheet properties in Google Sheets, including title, grid dimensions, frozen rows/columns, and tab color, using spreadsheet and sheet IDs.
Instructions
Update properties of a sheet in a Google Sheets spreadsheet
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gridProperties | No | Grid properties to update | |
| sheetId | Yes | The ID of the sheet to update (use sheets_get_metadata to find sheet IDs) | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) | |
| tabColor | No | Tab color (RGB values from 0.0 to 1.0) | |
| title | No | New title for the sheet |