--- id: AIDotNet/MoYuCode/excel-handler version: "0f2b8396" license: MIT install: manual updated: 2026-01-28 --- # excel-handler — excel-handler streamlines the process of reading Excel files and converting their contents into alternative formats for downstream use. Whether you need to parse spreadsheet data, extract specific ranges, or transform tabular information into JSON, CSV, or other structures, this skill handles the conversion workflow efficiently. Publisher: AIDotNet · Stars: 84 · Updated: 2026-01-28 Install (manual): `git clone https://github.com/AIDotNet/MoYuCode` ## 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 ```bash # 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 # Convert Excel to CSV python scripts/excel_handler.py convert --input data.xlsx --output data.csv # Merge multiple Excel files python scripts/excel_handler.py merge --inputs file1.xlsx,file2.xlsx --output merged.xlsx ``` ## Tags `excel`, `spreadsheet`, `xlsx`, `csv`, `data` ## Compatibility - Codex: ✅ - Claude Code: ✅ [View on SkillFed](https://skillfed.io/AIDotNet/MoYuCode/excel-handler) · [View on GitHub](https://github.com/AIDotNet/MoYuCode)