What problem does it solve?
Handling spreadsheet files manually leads to formatting inconsistencies, formula errors, and time‑consuming updates, especially for financial models and data cleaning tasks.
Core Features & Use Cases
- Professional Formatting: Enforces consistent fonts, color coding, and number formats for financial models.
- Zero Formula Errors: Detects and repairs #REF!, #DIV/0!, #VALUE! and other Excel errors.
- Template Preservation: Matches existing workbook templates without imposing unwanted styles.
- Data Analysis: Uses pandas for quick data inspection, statistics, and transformation.
- LibreOffice Recalculation: Runs
scripts/recalc.py to recalculate all formulas safely.
- Use Case: Create a new quarterly report workbook from raw CSV data, apply the company’s template, verify all formulas, and export a clean XLSX ready for stakeholders.
Quick Start
Ask the xlsx skill to generate a new workbook from "sales_data.csv" with a summary sheet and automatically recalculate all formulas.