What problem does it solve?
This Skill helps you reliably create, update, and analyze spreadsheet models while avoiding common Excel formula failures so your outputs are publication-ready.
Core Features & Use Cases
- Spreadsheet creation & editing: Build and modify .xlsx files with data, formulas, and formatting using Python workflows (pandas/openpyxl).
- Formula correctness & error prevention: Enforce dynamic calculations via Excel formulas (not hardcoded Python results) and verify zero formula errors such as #REF!, #DIV/0!, #VALUE!, #N/A.
- Recalculation workflow: Recalculate all formulas and scan every cell using a LibreOffice-based recalc script to confirm correctness after changes.
- Use cases: Financial model updates, data analysis exports, and scenario spreadsheets that need safe linking, consistent references, and fast validation before sharing.
Quick Start
Use xlsx to generate an Excel model from your dataset by writing formulas in the workbook and then running recalc.py to confirm there are zero Excel formula errors.