write_data_to_excel
Write tabular data to an Excel worksheet by specifying sheet name, data as rows, and optional cell start location.
Instructions
Write data to Excel worksheet.
Excel formula will write to cell without any verification.
Args:
session_id: Session ID from open_workbook (required)
sheet_name: Name of worksheet to write to
data: List of lists containing data to write to the worksheet, sublists are assumed to be rows
start_cell: Cell to start writing to (optional, auto-finds appropriate location)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| sheet_name | Yes | ||
| data | Yes | ||
| start_cell | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |