sheets_values_update
Write or modify data in Google Sheets by updating cell values within a specified range using A1 notation.
Instructions
Write values to a spreadsheet range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheetId | Yes | The spreadsheet ID | |
| range | Yes | A1 notation range to write | |
| valueInputOption | Yes | RAW or USER_ENTERED | |
| values | Yes | 2D array of values as JSON string (e.g. '[["A","B"],["C","D"]]') |