What problem does it solve? Spreadsheet work often breaks down on formula errors, lost cached values, and formatting inconsistencies when files are generated programmatically. This Skill produces Excel workbooks whose formulas actually evaluate, whose conventions match the original file, and whose numbers can be verified before delivery. ## Core Features & Use Cases - Workbook creation and editing: Build or modify .xlsx, .xlsm, .xltx, .csv, and .tsv files using openpyxl and pandas, with formulas written as live expressions rather than hardcoded results. - Mandatory formula recalculation: The bundled recalc.py script drives LibreOffice to compute every formula, rewrites the file in place, and reports JSON error summaries naming the exact cells that failed. - Financial modeling conventions: Standard color coding, number formats, and assumption-cell structure for models, with an optional excel-author skill for investment-banking standards. - Use Case: A user asks for a revenue projection model with growth assumptions. The Skill writes labeled input cells, consistent formulas across periods, recalculates the workbook, confirms zero errors, and spot-checks computed values before handing the file back. ## Quick Start Ask the agent to create an Excel workbook from your data with formulas and formatting, for example: build a quarterly budget spreadsheet from these numbers with a SUM total row.