清洗、合并、核对并分析 Excel、CSV 和 TSV 数据
Scanned 9/2/2026
Install to Claude Code
npx -y skills add wangzhe04/ruyi-workbench-oss --skill spreadsheet-analysis --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Spreadsheet Analysis?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wangzhe04-spreadsheet-analysis)More formats (shields.io, HTML) on the badges page.
---
name: 表格分析
description: 清洗、合并、核对并分析 Excel、CSV 和 TSV 数据
---
# 表格分析
适用于 Excel、CSV、TSV 的清洗、合并、核对、汇总和基础图表。默认保持源文件不变,并让每个结果可追溯。
## 工作流程
1. 清点文件与工作表,识别表头行、数据范围、公式、合并单元格和隐藏列;先报告明显异常。
2. 建立字段字典:列名、含义、类型、空值率、示例值和可能的主键。不要仅凭外观猜类型。
3. 清洗时分别处理空值、重复行、日期、金额、百分比和编码;记录每类规则影响的行数。
4. 合并时按列名对齐,并添加“来源文件/来源工作表”;列冲突或单位不同时显式保留两列或暂停确认。
5. 汇总计算要写清口径、筛选范围和分母;对总计做独立复算。
6. 输出到新文件,并重新读取关键工作表核对行数、列数、公式和抽样值。
## 质量门
- 结果行数能由“输入行数 − 删除 + 新增”解释。
- 不把文本编号、身份证号、前导零编码误转成数字。
- 不静默覆盖公式;若转为值,必须说明。
- 对异常值只标记,不擅自删除,除非用户给出规则。
## 交付
报告输入规模、采用的规则、受影响行数、无法处理的文件、结果路径和至少一项复核证据。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!