excel-handler

Installation
SKILL.md

Excel Handler Tool

Description

Read, write, and manipulate Excel spreadsheets with support for formulas, styling, and data export.

Trigger

  • /excel command
  • User requests Excel file operations
  • User needs to read or create spreadsheets

Usage

# Read Excel to JSON
python scripts/excel_handler.py read --input data.xlsx --output data.json

# Create Excel from JSON/CSV
python scripts/excel_handler.py create --input data.json --output report.xlsx
Related skills
Installs
15
GitHub Stars
79
First Seen
Jan 28, 2026