What problem does it solve? Building and editing Excel workbooks programmatically often produces broken formulas, hardcoded values, and inconsistent formatting. This Skill generates dynamic spreadsheets with real Excel formulas, enforces financial-modeling formatting conventions, and recalculates formulas via LibreOffice to guarantee zero formula errors. ## Core Features & Use Cases - Spreadsheet Creation & Editing: Build or modify .xlsx/.csv files using openpyxl for formulas and formatting, and pandas for data analysis and bulk operations. - Formula Recalculation & Error Detection: Run the included recalc.py script to recalculate all formulas with LibreOffice and receive a JSON report of any #REF!, #DIV/0!, #VALUE!, or other errors with exact cell locations. - Financial Modeling Standards: Apply industry-standard color coding (blue inputs, black formulas, green cross-sheet links), number formatting rules, and documented source citations for hardcoded values. - 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.