append_table_rows
Adds new rows to structured tables in Google Sheets, automatically extending the table range to accommodate the additional data.
Instructions
Appends rows to a structured table in a Google Sheet. The rows are added to the end of the table body, automatically extending the table range.
Use list_sheet_tables first to find the table ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address. Required. | |
| spreadsheet_id | Yes | The ID of the spreadsheet. Required. | |
| table_id | Yes | The ID of the table to append to (get from list_sheet_tables). Required. | |
| values | Yes | 2D array of values to append. Each inner list is one row. Can be a JSON string or Python list. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |