What problem does it solve? Working with Excel files programmatically often corrupts advanced features like pivot tables, VBA macros, and sparklines when using libraries like openpyxl, and generated spreadsheets frequently contain hardcoded values instead of live formulas. This Skill solves both problems by operating directly on the underlying OOXML, preserving every feature of existing files while enforcing formula-first, professionally formatted output. ## Core Features & Use Cases - Five Task Modes: Read and analyze existing spreadsheets with pandas, create new xlsx files from an XML template, edit existing files with zero format loss, repair broken formulas, and validate formulas statically or via LibreOffice recalculation. - Surgical XML Editing: Unpack-edit-pack workflow with helper scripts for inserting rows, adding columns, and shifting ranges while automatically updating formulas, merged cells, and conditional formatting. - Financial Formatting Standards: Applies the industry color convention (blue for inputs, black for formulas, green for cross-sheet references) with 13 pre-built style slots for currency, percentage, and year formats. - Use Case: A user provides an existing budget workbook and asks to insert a new expense row with a SUM formula. The Skill unpacks the file, locates the correct row by label, inserts the row with proper styles, repacks, and validates the result before delivery. ## Quick Start Ask the assistant to create a three-year revenue model in Excel with live growth formulas and professional financial formatting, or to edit a specific cell in an attached xlsx file.