·excel-automation
#

excel-automation

在 macOS 上创建、解析和控制 Excel 文件。使用 openpyxl 进行专业格式化,使用 stdlib zipfile+xml 进行复杂的 xlsm 解析以用于投资银行财务模型,以及通过 AppleScript 进行 Excel 窗口控制。在创建格式化 Excel 报告、解析 openpyxl 无法处理的财务模型或在 macOS 上自动化 Excel 时使用。

20安装·1热度·@daymade

安装

$npx skills add https://github.com/daymade/claude-code-skills --skill excel-automation

如何安装 excel-automation

通过命令行快速安装 excel-automation AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/daymade/claude-code-skills --skill excel-automation
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:daymade/claude-code-skills。

SKILL.md

查看原文

Create professional Excel files, parse complex financial models, and control Excel on macOS.

| Create formatted Excel | openpyxl | Reports, mockups, dashboards | | Parse complex xlsm/xlsx | zipfile + xml.etree | Financial models, VBA workbooks, >1MB files | | Control Excel window | AppleScript (osascript) | Zoom, scroll, select cells programmatically |

Signals of "complex" Excel: file >1MB, .xlsm extension, from investment bank/broker, contains VBA macros.

在 macOS 上创建、解析和控制 Excel 文件。使用 openpyxl 进行专业格式化,使用 stdlib zipfile+xml 进行复杂的 xlsm 解析以用于投资银行财务模型,以及通过 AppleScript 进行 Excel 窗口控制。在创建格式化 Excel 报告、解析 openpyxl 无法处理的财务模型或在 macOS 上自动化 Excel 时使用。 来源:daymade/claude-code-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/daymade/claude-code-skills --skill excel-automation
分类
#文档处理
认证
收录时间
2026-03-09
更新时间
2026-03-10

Browse more skills from daymade/claude-code-skills

快速解答

什么是 excel-automation?

在 macOS 上创建、解析和控制 Excel 文件。使用 openpyxl 进行专业格式化,使用 stdlib zipfile+xml 进行复杂的 xlsm 解析以用于投资银行财务模型,以及通过 AppleScript 进行 Excel 窗口控制。在创建格式化 Excel 报告、解析 openpyxl 无法处理的财务模型或在 macOS 上自动化 Excel 时使用。 来源:daymade/claude-code-skills。

如何安装 excel-automation?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/daymade/claude-code-skills --skill excel-automation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/daymade/claude-code-skills