excel_read
Reads an Excel file and converts its contents to a structured JSON format, preserving the original table structure. Optionally includes headers in the output.
Instructions
Read Excel file and convert to JSON format while preserving structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputPath | Yes | Path to the input Excel file | |
| includeHeaders | No | Whether to include headers in the output |