What problem does it solve? Working with spreadsheets programmatically often leads to broken formulas, hardcoded values that can't update, and inconsistent financial formatting. This Skill ensures every Excel file you create or modify uses live formulas, follows industry-standard financial modeling conventions, and ships with zero formula errors. ## Core Features & Use Cases - Spreadsheet Creation & Editing: Build new .xlsx files or modify existing ones with openpyxl while preserving formulas and formatting, or use pandas for data analysis and bulk operations. - Formula Recalculation & Error Detection: Run the included recalc.py script to recalculate all formulas via LibreOffice and get a JSON report of any #REF!, #DIV/0!, #VALUE!, or other errors with exact cell locations. - Financial Modeling Standards: Apply industry color conventions (blue inputs, black formulas, green cross-sheet links), number formatting rules, and documented hardcode sources. - Use Case: Build a revenue projection model where growth rates live in assumption cells, all totals use =SUM() formulas, and the final file is recalculated and verified error-free before delivery. ## Quick Start Create an Excel financial model from my data with formulas for totals and growth rates, then recalculate it and fix any formula errors.