analyzeExcelStructure
Extract Excel file structure, including sheet names and column headers, and output as JSON for easy data analysis and integration.
Instructions
Get Excel file structure including sheet list and column headers in JSON format
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fileAbsolutePath | Yes | The absolute path of the Excel file | |
headerRows | No | Number of header rows to read (default: 1) |