What problem does it solve?
This Skill consolidates a repeatable, XML-based workflow to create, read, modify, analyze, and validate Excel workbooks without relying on full-featured Excel APIs, reducing drift and enabling reproducible edits across large spreadsheets.
Core Features & Use Cases
- Open, create, read, modify, analyze, and validate Excel workbooks (.xlsx, .xlsm) and related tabular formats (.csv, .tsv) using a deterministic XML pipeline.
- Supports end-to-end lifecycles: unpacking an origin workbook, applying surgical edits via XML, packing back into a valid .xlsx, and running static formula validation to ensure integrity.
- Use cases include structured data modeling, financial modeling, and workflows requiring cross-sheet references, consistent styling, and formula validation without opening Excel.
Quick Start
Unpack an Excel file, perform XML-based edits using the included scripts, re-pack the workbook, and run validation to ensure zero formula errors.