excel-handler

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Excel Handler Tool

Excel Handler 工具

Description

功能说明

Read, write, and manipulate Excel spreadsheets with support for formulas, styling, and data export.
支持公式、样式设置和数据导出,可读取、写入和操作Excel电子表格。

Trigger

触发方式

  • /excel
    command
  • User requests Excel file operations
  • User needs to read or create spreadsheets
  • /excel
    命令
  • 用户请求Excel文件操作
  • 用户需要读取或创建电子表格

Usage

使用方法

bash
undefined
bash
undefined

Read 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
undefined
python scripts/excel_handler.py merge --inputs file1.xlsx,file2.xlsx --output merged.xlsx
undefined

Tags

标签

excel
,
spreadsheet
,
xlsx
,
csv
,
data
excel
,
spreadsheet
,
xlsx
,
csv
,
data

Compatibility

兼容性

  • Codex: ✅
  • Claude Code: ✅
  • Codex: ✅
  • Claude Code: ✅