What problem does it solve? Spreadsheet tasks often fail silently: formulas written by scripts never recalculate, modern Excel functions break in LibreOffice, and external workbook links get destroyed on save. This Skill provides a disciplined workflow for producing spreadsheet files that actually evaluate correctly, with zero formula errors and professional formatting. ## Core Features & Use Cases - Spreadsheet creation and editing: Build or modify .xlsx, .xlsm, .xltx, .csv, and .tsv files using openpyxl for formulas/formatting and pandas for bulk data movement. - Mandatory formula recalculation: The bundled recalc.py script runs LibreOffice headlessly to compute every formula, then reports a JSON summary of any #VALUE!, #REF!, #NAME?, or other errors with exact cell locations. - Financial modeling conventions: Built-in guidance for color coding (blue inputs, black formulas, green cross-sheet links), number formats, and assumption documentation. - Use Case: A user asks to build a revenue projection model from raw CSV data. The Skill writes formulas with openpyxl, recalculates with LibreOffice, fixes any reported errors, and delivers a workbook that recalculates live when inputs change. ## Quick Start Ask the assistant to create an Excel workbook from your data with live formulas, for example: build a financial model spreadsheet from this CSV with SUMIFS rollups and verify it has no formula errors.