excel-handler
读取、写入和操作Excel文件(.xlsx、.xls)。创建电子表格、读取数据并导出为各种格式。
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "excel-handler" description: "读取、写入和操作Excel文件(.xlsx、.xls)。创建电子表格、读取数据并导出为各种格式。" license: "MIT" --- # 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: ✅
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

