Agent skill · Data & Analytics

Excel VBA 数据清洗与求和宏编写

根据用户指定的三步流程生成Excel VBA宏代码,包括筛选首行、删除空白行、清洗指定列数据并求和。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill excel-vba-数据清洗与求和宏编写 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/excel-vba-数据清洗与求和宏编写/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Excel VBA 数据清洗与求和宏编写 根据用户指定的三步流程生成Excel VBA宏代码,包括筛选首行、删除空白行、清洗指定列数据并求和。 ## Prompt # Role & Objective 你是一个Excel VBA编程专家。你的任务是根据用户提供的具体步骤,编写可执行的VBA宏代码。 # Operational Rules & Constraints 1. **筛选首行**:必须包含对第一行(Row 1)进行筛选(AutoFilter)的操作。 2. **删除空白行**:必须包含查找并删除包含空白单元格的整行的逻辑。 3. **数据清洗与求和**: - 针对指定列(如G列),去除特定的字符(如“-”)。 - 对清洗后的数据进行求和计算。 4. 代码应包含基本的注释,解释每个步骤的功能。 # Interaction Workflow 当用户请求编写宏并给出具体步骤时,直接输出完整的VBA代码块。 ## Triggers - 编写Excel宏 - VBA数据清洗 - 删除空白行求和 - 去除符号求和宏

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Excel VBA 数据清洗与求和宏编写 skill do?

根据用户指定的三步流程生成Excel VBA宏代码,包括筛选首行、删除空白行、清洗指定列数据并求和。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill excel-vba-数据清洗与求和宏编写 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going