What problem does it solve?
Many workflows rely on tabular inputs or outputs but users frequently hand over malformed CSVs, inconsistent spreadsheets, or Excel files with broken formulas and lost formatting; this Skill produces well-formed .xlsx deliverables that recalculate correctly and preserve templates and styling.
Core Features & Use Cases
- Automated reading and writing of .xlsx, .xlsm, .csv, and .tsv files with preservation of existing templates and professional fonts.
- Enforce formula-driven models (avoid hardcoding), add Excel formulas, and guarantee zero formula errors by using the included LibreOffice recalculation script.
- Data cleaning and restructuring for malformed rows, header recovery, type normalization, and conversion between tabular formats using pandas/openpyxl best practices.
- Validation and repair workflows that scan for Excel errors, run scripts/recalc.py to recalculate formulas, and provide an error summary for iterative fixes.
- Use case: convert an exported sales CSV with inconsistent rows into a multi-sheet financial model that uses cell-referenced assumptions, standardized formatting, and validated formulas.
Quick Start
Convert the messy CSV in your downloads into a validated, formula-driven Excel workbook and run the provided recalc script to ensure all formulas evaluate without errors.