sheets_append
Append new rows of data to a specified Google Spreadsheet range using a 2D array input.
Instructions
Append rows to a Google Spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | Cell range in A1 notation, e.g. 'Sheet1!A1:D10' | |
| values | Yes | JSON string of a 2D array, e.g. [["A1","B1"],["A2","B2"]] | |
| spreadsheetId | Yes | The spreadsheet ID |