write_data_to_excel
Writes data rows to an Excel worksheet, starting from a specified cell (default A1). Supports writing Excel formulas directly without verification.
Instructions
Write data to Excel worksheet.
Excel formula will write to cell without any verification.
PARAMETERS:
filepath: Path to Excel file
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, default is "A1"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| sheet_name | Yes | ||
| data | Yes | ||
| start_cell | No | A1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |