write_range
Write a 2D array to a cell range in Google Sheets using A1 notation. Specify spreadsheet ID, range, and values.
Instructions
Write data to a range of cells in a spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | Yes | The A1 notation range to write (e.g., 'Sheet1!A1:D10') | |
| values | Yes | 2D array of values to write | |
| spreadsheet_id | Yes | The ID of the spreadsheet |