sheets_update_values
Modify specific cell ranges in Google Sheets by providing a spreadsheet ID, range notation, and 2D array of values. Integrates with Google Workspace via OAuth2 for secure updates.
Instructions
Update values in a Google Sheet range
Input Schema
Name | Required | Description | Default |
---|---|---|---|
range | Yes | A1 notation range | |
spreadsheet_id | Yes | ID of the spreadsheet | |
values | Yes | 2D array of values |