minimax-xlsx
覆盖从数据读取到格式化与验证的完整表格工作流。
会读写用户文件,需授予文件访问权限。
创建、修改、分析与验证各类电子表格(xlsx/csv 等)。
能打开、生成、修改和校验 Excel/CSV 表格,支持公式重算、数据透视表和金融级格式化。需要把表格读入分析、导出为 .xlsx/.csv,或在不丢失格式的前提下批量改表时用。特别能保证格式零损失、执行公式校验并按专业财务样式呈现,适合做财务模型、报表自动化和表格数据处理。
▸ 展开 SKILL.md 英文原文
Open, create, read, analyze, edit, or validate Excel/spreadsheet files (.xlsx, .xlsm, .csv, .tsv). Use when the user asks to create, build, modify, analyze, read, validate, or format any Excel spreadsheet, financial model, pivot table, or tabular data file. Covers: creating new xlsx from scratch, reading and analyzing existing files, editing existing xlsx with zero format loss, formula recalculation and validation, and applying professional financial formatting standards. Triggers on 'spreadsheet', 'Excel', '.xlsx', '.csv', 'pivot table', 'financial model', 'formula', or any request to produce tabular data in Excel format.
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-xlsx/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-xlsx/SKILL.md"# 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`