analyze_xlsx
Extract and analyze Excel file details, including structure, data types, statistics, and sheet contents, with customizable preview options for efficient data inspection.
Instructions
Analyze Excel files to get detailed information about structure, data types, statistics, and sheet contents.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
analyzeDataTypes | No | Whether to analyze data types in each column (default: true) | |
filePath | Yes | Path to the Excel file to analyze | |
includePreview | No | Whether to include a preview of the data (default: true) | |
previewRows | No | Number of rows to preview (default: 5, max: 20) |