This is a direct XML manipulation toolkit for Excel files that routes between reading, creating, editing, and validating spreadsheets without lossy round-trips through openpyxl. The core workflow is unpack the XLSX to raw XML, edit the Office Open XML directly with helper scripts, then repack. It enforces formula-first design (no hardcoded totals), preserves VBA and pivot tables during edits, and ships with utilities for adding columns, inserting rows, and validating formulas. The financial color standard (blue inputs, black formulas, green cross-sheet references) is baked in. Useful when you need to programmatically modify complex spreadsheets while keeping all the fragile bits intact, or when you're building financial models from scratch and want clean XML templates instead of library abstractions.
npx skills add https://github.com/minimax-ai/skills --skill minimax-xlsx