What problem does it solve?
This Skill keeps spreadsheet-driven work confined to Excel-compatible deliverables, so whenever a user wants to open, clean, restructure, or create .xlsx/.xlsm/.csv/.tsv files the outcome is a polished spreadsheet with professional fonts and zero formula errors while respecting existing templates.
Core Features & Use Cases
- Context-aware triggers: Activate when the user references a spreadsheet file or messy tabular data, then let the assistant ingest the source with pandas, restructure columns, or add computed rows before writing back to Excel.
- Governance-first formatting: Apply professional fonts, industry color-coding for hard inputs, formulas, links, and assumptions, and preserve the original template conventions while keeping all assumptions on separate cells.
- Formula integrity pipeline: Build every calculation as an Excel formula via openpyxl, then run scripts/recalc.py with LibreOffice to detect and fix #REF!, #DIV/0!, #NAME?, and other errors before handing over the file.
- Use Case: Turn a malformed CSV export into a clean workbook, compute scenario drivers with reference-based formulas, and export a fully recalculated XLSX that matches the required color and number formatting standards.
Quick Start
Ask the skill to load 'sales-downloads.xlsx', normalize the headers, add scenario formulas, and export a recalculated workbook.