What problem does it solve? Working with spreadsheets programmatically often leads to broken formulas, inconsistent formatting, and files that fail to recalculate. This Skill provides a complete workflow for building, editing, and validating Excel files so every workbook arrives with zero formula errors and professional styling. ## Core Features & Use Cases - Spreadsheet Creation & Editing: Build new .xlsx workbooks or modify existing ones with openpyxl while preserving formulas, styles, and template conventions. - Data Analysis & Visualization: Use pandas to read, analyze, and transform spreadsheet data, then export results with charts and formatted tables. - Formula Recalculation & Validation: Run the included recalc.py script with LibreOffice to compute formula values and detect errors like #REF!, #DIV/0!, and #NAME? with exact cell locations. - Use Case: Ask for a three-year financial model with revenue projections, and receive a workbook with live Excel formulas, industry-standard color coding (blue inputs, black formulas), and verified error-free calculations. ## Quick Start Create an Excel file with a sales summary table, a growth-rate formula column, and a bar chart, then recalculate and verify all formulas.