SKILL.md
--- name: excel-master description: "Use when creating, editing, or analyzing Excel spreadsheets (.xlsx, .xlsm, .csv, .tsv). For building financial models with formulas, reading data for analysis, modifying existing files while preserving formatting, performing data visualization, and recalculating formulas with error detection." --- # Excel Master > Comprehensive spreadsheet creation, editing, and analysis with professional-grade formula handling. ## Overview This skill enables you to work with Excel files (.xlsx) using Python: - **Creating** new spreadsheets with formulas and formatting - **Editing** existing files while preserving formulas and styles - **Analyzing** data using pandas - **Recalculating** formulas with LibreOffice and detecting errors ## Core Workflows 1. Choose tool: pandas for data, openpyxl for formulas/formatting 2. Create/Load workbook 3. Modify data, formulas, and formatting 4. Save and run recalc.py 5. Verify zero formula errors ## Financial Model Standards - **Blue text**: Hardcoded inputs - **Black text**: ALL formulas - **Green text**: Cross-sheet links - **Yellow background**: Key assumptions
