analyze_xlsx
Extract and analyze Excel file details, including structure, data types, and sheet contents, using the XLSX Reader MCP server for comprehensive insights.
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) |