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