excel_write_range
Write a 2D array of data to a specific Excel cell range by specifying file path, sheet name, and start cell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| sheet | Yes | ||
| file_path | Yes | ||
| start_cell | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |