excel-handler
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseExcel Handler Tool
Excel Handler 工具
Description
功能说明
Read, write, and manipulate Excel spreadsheets with support for formulas, styling, and data export.
支持公式、样式设置和数据导出,可读取、写入和操作Excel电子表格。
Trigger
触发方式
- command
/excel - User requests Excel file operations
- User needs to read or create spreadsheets
- 命令
/excel - 用户请求Excel文件操作
- 用户需要读取或创建电子表格
Usage
使用方法
bash
undefinedbash
undefinedRead Excel to JSON
将Excel读取为JSON
python scripts/excel_handler.py read --input data.xlsx --output data.json
python scripts/excel_handler.py read --input data.xlsx --output data.json
Create Excel from JSON/CSV
从JSON/CSV创建Excel
python scripts/excel_handler.py create --input data.json --output report.xlsx
python scripts/excel_handler.py create --input data.json --output report.xlsx
Convert Excel to CSV
将Excel转换为CSV
python scripts/excel_handler.py convert --input data.xlsx --output data.csv
python scripts/excel_handler.py convert --input data.xlsx --output data.csv
Merge multiple Excel files
合并多个Excel文件
python scripts/excel_handler.py merge --inputs file1.xlsx,file2.xlsx --output merged.xlsx
undefinedpython scripts/excel_handler.py merge --inputs file1.xlsx,file2.xlsx --output merged.xlsx
undefinedTags
标签
excelspreadsheetxlsxcsvdataexcelspreadsheetxlsxcsvdataCompatibility
兼容性
- Codex: ✅
- Claude Code: ✅
- Codex: ✅
- Claude Code: ✅