sheets_update_table
Update an existing Google Sheets table's name, range, or column definitions by specifying its table ID and a field mask for the properties to change.
Instructions
Update an existing native Google Sheets table by tableId
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional new table name | |
| range | No | Optional new A1 notation range for the table, e.g. "A1:D20" | |
| fields | Yes | Required field mask for the table update, e.g. "name", "range", "columnProperties", or "name,range" | |
| columns | No | Optional replacement column definitions for the table | |
| tableId | Yes | The ID of the table to update | |
| sheetName | No | Name of the target sheet when updating the table range | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |