What problem does it solve?
MiniMax XLSX removes the risk of corrupting Excel workbooks by providing a deterministic, XML-driven workflow for reading, creating, editing, fixing, and validating spreadsheets so you never round-trip through destructive tools.
Core Features & Use Cases
- Structured Task Routing: Use scripts for READ, CREATE, EDIT, FIX, and VALIDATE steps with each path documented and chained to the right helper so you always pick the correct entry point.
- Formula-First Creation & Editing: Build new workbooks from a minimal XML template, edit existing files by unpacking/packing, and keep every derived cell as a live Excel formula while respecting the financial color and formatting standards.
- Robust Validation: Run formula_check.py (and LibreOffice recalculation when available) to catch cached errors, broken references, and shared-formula issues before outputting the user’s requested spreadsheet.
Quick Start
Use the minimax-xlsx skill to satisfy the spreadsheet request by following the documented READ/CREATE/EDIT/FIX/VALIDATE flow and deliver the exact file the user asked for.