excel_tool
Read, write, or convert Excel/CSV files with support for streaming large datasets. Offers options to manage headers, sheet names, and chunk size for efficient file handling.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform: read, write, or convert_json_to_xlsx | |
chunkSize | No | Chunk size (rows) for streaming | |
data | No | Data to write (required for write action) | |
filePath | Yes | Absolute path to the file | |
format | Yes | File format: xlsx, xls, csv | |
options | No | Additional options | |
stream | No | Enable streaming for large files |