What problem does it solve? Working with spreadsheet files programmatically often produces broken formulas, hardcoded values, and inconsistent formatting. This Skill provides a complete workflow for creating, editing, and analyzing .xlsx, .xlsm, .csv, and .tsv files while guaranteeing zero formula errors and professional financial-model formatting standards. ## Core Features & Use Cases - Formula-first spreadsheet generation: Builds dynamic Excel files with real formulas (SUM, growth rates, ratios) instead of hardcoded Python-calculated values, so spreadsheets stay updateable. - Automated recalculation and error detection: The scripts/recalc.py tool uses LibreOffice to recalculate all formulas and reports exact cell locations of #REF!, #DIV/0!, #VALUE!, and other errors as JSON. - Financial modeling conventions: Enforces industry-standard color coding (blue inputs, black formulas, green cross-sheet links), number formatting, and assumption-cell placement for professional models. - Use Case: Ask the assistant to build a 5-year revenue projection model from a messy CSV export; it cleans the data, writes formulas referencing assumption cells, recalculates with LibreOffice, and fixes any formula errors before delivery. ## Quick Start Use the xlsx skill to create a financial model spreadsheet from my sales data CSV with formulas for totals and growth rates, then verify it has no formula errors.