sheets_values_update
Write a 2D array of values to a specified Google Sheets range, with options for RAW or USER_ENTERED input.
Instructions
Write values to a spreadsheet range.
Input 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"]]') |