What problem does it solve? Working with spreadsheet files programmatically often produces broken formulas, hardcoded values, and inconsistent formatting. This Skill ensures every .xlsx, .xlsm, .csv, or .tsv file you create or edit uses live Excel formulas, follows financial-modeling conventions, and ships with zero formula errors. ## Core Features & Use Cases - Formula-first spreadsheet creation: Builds workbooks with openpyxl using real Excel formulas (SUM, AVERAGE, growth rates) instead of hardcoded Python-computed values, so files stay dynamic and recalculable. - Mandatory recalculation and error scanning: The scripts/recalc.py tool drives LibreOffice headless to recalculate all formulas and reports any #REF!, #DIV/0!, #VALUE!, or #NAME? errors with exact cell locations as JSON. - Financial modeling standards: Enforces industry color coding (blue inputs, black formulas, green cross-sheet links), number formats ($#,##0, 0.0%, 0.0x multiples), and source documentation for hardcoded values. - Use Case: Ask for a three-year revenue projection model and receive a workbook with assumption cells, formula-driven projections, proper currency formatting, and a verified error-free recalculation pass. ## Quick Start Use the xlsx skill to create a financial model spreadsheet with revenue projections and verify it has no formula errors.