minimax-xlsx

仓库创建 2026年2月2日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

覆盖从数据读取到格式化与验证的完整表格工作流。

▸ 风险提示

会读写用户文件,需授予文件访问权限。

这个 Skill 做什么

创建、修改、分析与验证各类电子表格(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.

办公文档Excel处理数据分析格式校验通用
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-xlsx/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/minimax-xlsx/SKILL.md"
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` 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有