excel-handler
Installation
SKILL.md
Excel Handler Tool
Description
Read, write, and manipulate Excel spreadsheets with support for formulas, styling, and data export.
Trigger
/excelcommand- 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