write_range
Write a 2D array of values to an Excel workbook, starting from a specified cell. Supports formulas and clears cells with null values.
Instructions
Write a 2D array of values starting at start_cell (top-left corner).
values is a list of rows, e.g. [["Name","Age"],["Ana",31]]. Strings starting with '=' are stored as formulas. null leaves a gap (clears that cell).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| values | Yes | ||
| session_id | Yes | ||
| start_cell | Yes |