What problem does it solve?
This Skill helps you create and maintain spreadsheets without broken formulas, incorrect references, or stale calculations so your Excel models stay trustworthy and updateable.
Core Features & Use Cases
- Spreadsheet creation and editing: Build new .xlsx files or update existing ones while preserving established templates, styles, and formatting patterns.
- Analysis and data operations: Use pandas-based analysis for tabular data handling, exports, and preparation of spreadsheet content.
- Formula-first modeling with recalculation: Ensure calculations live in Excel formulas (not hardcoded Python values), then run LibreOffice-driven recalculation and error scanning for #REF!, #DIV/0!, #VALUE!, #NAME?, and related issues.
- Use Case: Turn financial inputs into a dynamic model where assumptions are stored in dedicated cells, formulas reference those cells, and the workbook is recalculated and checked for any Excel formula errors before you share it.
Quick Start
Use the attached file as the target workbook and ask: "Create an updated .xlsx financial model using formulas (not hardcoded values), preserve the existing template formatting, then recalculate and return a report showing any Excel formula errors you find."