analyze_excel
Perform statistical analysis on Excel data to calculate descriptive statistics, identify trends, and extract insights from numeric columns in spreadsheet files.
Instructions
Perform statistical analysis on Excel data.
Args:
file_path: Path to the Excel file
columns: Comma-separated list of columns to analyze (analyzes all numeric columns if None)
sheet_name: Name of the sheet to analyze (for Excel files)
Returns:
JSON string with statistical analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| columns | No | ||
| sheet_name | No |