What problem does it solve? Spreadsheet work often breaks down on formula errors, lost cached values, and inconsistent formatting when files are generated programmatically. This Skill produces Excel workbooks whose formulas actually evaluate, whose conventions match professional standards, and whose outputs are verified before delivery. ## Core Features & Use Cases - Workbook creation and editing: Build or modify .xlsx, .xlsm, .xltx, .csv, and .tsv files using openpyxl and pandas, with formulas, formatting, and charts. - Mandatory formula recalculation: Run scripts/recalc.py to recalculate every formula via LibreOffice and receive a JSON report of any Excel errors with exact cell locations. - Financial modeling conventions: Apply standard color coding, number formats, and assumption-cell structure for finance-grade spreadsheets. - Use Case: A user asks for a revenue projection model. The Skill writes live SUMIFS and growth formulas, recalculates the file, confirms zero errors, and delivers a workbook that updates when inputs change. ## Quick Start Ask the assistant to create an Excel workbook with a monthly budget that uses formulas for totals and verify it has no formula errors.