sheets_update_values
Modify and update specific ranges of data in Google Sheets by providing a spreadsheet ID, A1 notation range, and new values in a 2D array.
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 |