What problem does it solve? Working with spreadsheets programmatically often leads to broken formulas, hardcoded values that can't update, and formatting that violates financial modeling conventions. This Skill ensures Excel files are built with live formulas, industry-standard formatting, and zero formula errors. ## Core Features & Use Cases - Spreadsheet Creation & Editing: Build new .xlsx files or modify existing ones using openpyxl while preserving formulas and formatting, with pandas support for data analysis. - Formula Recalculation & Error Detection: Use the included recalc.py script with LibreOffice to recalculate all formulas and scan every cell for errors like #REF!, #DIV/0!, and #VALUE!. - Financial Modeling Standards: Apply industry-standard color coding (blue inputs, black formulas, green cross-sheet links), number formatting, and assumption documentation conventions. - Use Case: Build a revenue projection model where growth rates live in assumption cells, all totals use SUM formulas, and the recalc script verifies zero errors before delivery. ## Quick Start Create an Excel financial model with formulas for revenue projections and verify it has no formula errors.