What problem does it solve? Working with spreadsheet files programmatically often leads to broken formulas, hardcoded values that can't update, 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 output standards. ## Core Features & Use Cases - Formula-first spreadsheet generation: Builds Excel files using openpyxl with live formulas instead of hardcoded values, so spreadsheets recalculate when source data changes. - Automated recalculation and error detection: Uses the bundled recalc.py script with LibreOffice to recalculate all formulas and report exact cell locations of errors like #REF!, #DIV/0!, and #VALUE!. - Financial modeling standards: Enforces industry color conventions (blue inputs, black formulas, green cross-sheet links), number formatting rules, and source documentation for hardcoded values. - Use Case: Ask the assistant to build a three-year revenue projection model from a CSV of historical sales, and receive a formatted .xlsx with assumption cells, growth formulas, and verified zero formula errors. ## Quick Start Use the xlsx skill to create a formatted Excel financial model from my sales data CSV with live formulas and no calculation errors.