Documentation
README
MiniMax XLSX Skill
Handle the request directly. Do NOT spawn sub-agents. Always write the output file the user requests.
Task Routing
| Task | Method | Guide |
|---|---|---|
| READ โ analyze existing data | xlsx_reader.py + pandas |
references/read-analyze.md |
| CREATE โ new xlsx from scratch | XML template | references/create.md + references/format.md |
| EDIT โ modify existing xlsx | XML unpackโeditโpack | references/edit.md (+ format.md if styling needed) |
| FIX โ repair broken formulas in existing xlsx | XML unpackโfix <f> nodesโpack |
references/fix.md |
| VALIDATE โ check formulas | formula_check.py |
references/validate.md |
READ โ Analyze data (read references/read-analyze.md first)
This is the opening of the README. Read the full README on GitHub.