What problem does it solve?
This Skill eliminates manual Excel errors and tedious spreadsheet maintenance by creating, editing, and validating .xlsx workbooks while preserving existing templates, formulas, and formatting. It enforces the use of Excel formulas instead of hardcoded values, ensures formula recalculation, and scans for common Excel error values so workbooks remain dynamic and auditable.
Core Features & Use Cases
- Create robust spreadsheets with formulas, formatting, column widths, and basic visualization using openpyxl and pandas workflows.
- Edit and preserve templates by matching existing styles and conventions exactly when updating files; never impose a new standard on established templates.
- Recalculate and verify formulas using the provided scripts/recalc.py which configures LibreOffice, recalculates all formulas, and reports any Excel error values.
- Data analysis and export: use pandas for analysis, summary statistics, and exporting results while leaving calculations to Excel formulas.
- Financial modeling support: color coding, number formatting, assumption placement, and documentation conventions to produce audit-ready financial models.
Quick Start
Attach or point to a workbook and ask the skill to recalculate all formulas, scan and report any Excel errors, and return a corrected file that preserves formatting and templates.