excel-handler

📁 aidotnet/moyucode 📅 Jan 28, 2026
4
总安装量
2
周安装量
#52306
全站排名
安装命令
npx skills add https://github.com/aidotnet/moyucode --skill excel-handler

Agent 安装分布

opencode 2
claude-code 2
cursor 2
mcpjam 1
zencoder 1

Skill 文档

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

# 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: âœ