·excel-automation
#

excel-automation

Create, parse, and control Excel files on macOS. Professional formatting with openpyxl, complex xlsm parsing with stdlib zipfile+xml for investment bank financial models, and Excel window control via AppleScript. Use when creating formatted Excel reports, parsing financial models that openpyxl cannot handle, or automating Excel on macOS.

20Installs·1Trend·@daymade

Installation

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

How to Install excel-automation

Quickly install excel-automation AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/daymade/claude-code-skills --skill excel-automation
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: daymade/claude-code-skills.

SKILL.md

View raw

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.

Create, parse, and control Excel files on macOS. Professional formatting with openpyxl, complex xlsm parsing with stdlib zipfile+xml for investment bank financial models, and Excel window control via AppleScript. Use when creating formatted Excel reports, parsing financial models that openpyxl cannot handle, or automating Excel on macOS. Source: daymade/claude-code-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/daymade/claude-code-skills --skill excel-automation
Category
#Documents
Verified
First Seen
2026-03-09
Updated
2026-03-10

Browse more skills from daymade/claude-code-skills

Quick answers

What is excel-automation?

Create, parse, and control Excel files on macOS. Professional formatting with openpyxl, complex xlsm parsing with stdlib zipfile+xml for investment bank financial models, and Excel window control via AppleScript. Use when creating formatted Excel reports, parsing financial models that openpyxl cannot handle, or automating Excel on macOS. Source: daymade/claude-code-skills.

How do I install excel-automation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/daymade/claude-code-skills --skill excel-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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