sheets_update_data
Update a specified range in Google Sheets with new values, optionally applying input interpretation or formatting rules.
Instructions
Update data in Google Sheets with optional formatting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The range to update (e.g., A1) | |
| values | Yes | Array of arrays containing the values to write | |
| spreadsheetId | Yes | The ID of the spreadsheet | |
| valueInputOption | No | How the input should be interpreted | USER_ENTERED |