write_excel
Write data to an Excel file by specifying file path, input data format (CSV/JSON), and sheet name. Simplified Excel file creation for structured data handling.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | ||
file_path | Yes | ||
format | No | csv | |
sheet_name | No | Sheet1 |