spreadsheet_set_range
Set multiple cell values in a spreadsheet by providing a 2D array of values that matches the specified range.
Instructions
Set multiple cell values in a spreadsheet. Provide a 2D array of values matching the range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document handle returned by document_open | |
| sheetName | No | Sheet name. Defaults to the first sheet if not specified | |
| startCell | Yes | Top-left cell address (e.g., "A1") | |
| values | Yes | 2D array of values (rows × columns) |