What problem does it solve?
This Skill helps you create, update, and analyze spreadsheet models without broken formulas, incorrect references, or stale calculations.
Core Features & Use Cases
- Excel creation and editing: Generate or modify .xlsx/.xlsm/.csv/.tsv workbooks while preserving existing formulas and formats.
- Formula-first modeling: Build totals, ratios, growth rates, and derived metrics using Excel formulas rather than hardcoded Python results.
- Spreadsheet validation via recalculation: Recalculate all workbook formulas (using LibreOffice) and ensure ZERO Excel formula errors like #REF!, #DIV/0!, #VALUE!, #N/A, or #NAME?.
- Data analysis and export: Use pandas to analyze tabular data and then write results back into Excel while keeping computations in Excel where appropriate.
- Financial model standards: Follow finance-specific conventions for input/output coloring, number formats, assumptions placement, and documentation for hardcoded sources.
Quick Start
Use the xlsx skill to create and recalculate a spreadsheet from the provided dataset so all formulas evaluate correctly with zero Excel errors.