What problem does it solve?
This Skill enables programmatic creation, editing, and analysis of Excel workbooks (.xlsx, .xlsm, .csv, .tsv). It handles formulas, formatting, data processing with pandas, and visualization-ready outputs, eliminating manual spreadsheet toil.
Core Features & Use Cases
- Excel generation with formulas and formatting: build new spreadsheets with styled headers, computed cells, and preserved formulas.
- Data analysis and transformation: leverage pandas to crunch data and export results to Excel.
- Recalculation and verification: integrate with recalc.py to ensure formulas recalculate and validate results.
- Use Case: Generate a monthly sales report from a CSV, compute totals, margins, and create a summarized dashboard in Excel.
Quick Start
Use the xlsx skill to generate a sample report from data.csv and save as report.xlsx. Then recalc formulas with recalc.py.