write_range
Write tabular data to a specified range in an Excel worksheet. Provide workbook path, sheet name, starting cell, and a 2D array of values.
Instructions
Write data to a range of cells.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_path | Yes | Path to the Excel workbook | |
| sheet_name | Yes | Name of the worksheet | |
| start_cell | Yes | Top-left cell of the range (e.g., 'A1') | |
| data | Yes | 2D list of values to write [[row1], [row2], ...] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||