What problem does it solve?
This Skill helps you create, clean, edit, and troubleshoot spreadsheet workflows in Excel by enforcing formula correctness, preventing common Excel error states, and keeping templates and formatting consistent.
Core Features & Use Cases
- Spreadsheet creation & editing: Generate new .xlsx/.xlsm workbooks, update existing spreadsheets, and convert tabular data from formats like .csv/.tsv into structured sheets.
- Formula correctness & zero-error guardrails: Ensures Excel formulas are constructed to avoid #REF!, #DIV/0!, #VALUE!, #NAME?, #N/A, and related failures, and mandates recalculation after changes.
- Formatting & professional presentation: Applies consistent professional typography and preserves existing template conventions when updating.
- Financial modeling workflow support: Provides explicit rules for color-coding (inputs vs formulas vs links), number formats (years as text, currency/unit headers, zeros as “-”, percentage precision, negative parentheses), and assumption placement.
- Tooling support for reliable Excel recalculation: Uses a LibreOffice-based recalculation flow (via
scripts/recalc.py) and can analyze resulting error locations.
Quick Start
Tell the assistant: “Create an .xlsx financial model from my tabular inputs, place all assumptions in dedicated cells, use Excel formulas for every calculated value, preserve any provided template formatting, then recalculate and confirm there are zero Excel formula errors.”