Excel Data Analyzer
Excel 数据分析
Automated Excel data cleaning, analysis and visualization. Supports energy industry data report generation.
npx openclaw skills install excel-analyzerFeatures
Use Cases
Installation
npx openclaw skills install excel-analyzer
Usage Examples
# Analyze Excel file
excel-analyzer analyze --input data.xlsx --summary
# Generate analysis report
excel-analyzer report --input quarterly-data.xlsx --template financial
# Create visualization
excel-analyzer chart --input production.xlsx --type line --output chart.png
# Energy sector specific
excel-analyzer energy --input energy-consumption.xlsx --metrics carbon,output
Supported Analysis Types
| Type | Description |
|------|-------------|
| Descriptive | Mean, median, std, percentiles |
| Trend | Time-series analysis and forecasting |
| Comparative | Cross-period, cross-region comparison |
| Correlation | Variable relationship analysis |