excel-toolkit

Installation
SKILL.md

Excel Toolkit

Setup (First Use)

Run the dependency installer before any Excel operation:

python3 scripts/setup_deps.py

Installs: openpyxl, pandas, xlsxwriter, matplotlib. Skip if already installed.

Workflow Selection

  1. Inspect a file → Run scripts/inspect_excel.py
  2. Analyze data / get insights → Run scripts/analyze_excel.py
  3. Read data for processing → Use pandas in inline Python
  4. Edit existing file → Use openpyxl (preserves formulas/formatting)
  5. Create new file → Use openpyxl (formulas/formatting) or pandas (data export)
  6. Recalculate formulas → Run scripts/recalc.py
Related skills
Installs
8
GitHub Stars
1
First Seen
Mar 20, 2026