append_rows
Append rows to the end of a specified sheet in Google Sheets by providing the spreadsheet ID, range, and values.
Instructions
Append rows to the end of a sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The A1 notation of the range to append to (e.g., 'Sheet1!A:D') | |
| values | Yes | 2D array of rows to append | |
| spreadsheet_id | Yes | The ID of the spreadsheet |