sheets_write
Write data to a Google Spreadsheet by specifying the spreadsheet ID, cell range in A1 notation, and values as a JSON 2D array.
Instructions
Write data 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 |