askill
excel-handler

excel-handlerSafety 90Repository

读取、写入和操作Excel文件(.xlsx、.xls)。创建电子表格、读取数据并导出为各种格式。

72 stars
1.4k downloads
Updated 1/28/2026

Package Files

Loading files...
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

# 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: ✅

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

68/100Analyzed 3/3/2026

Well-structured skill with clear trigger section, good command examples, and appropriate tags. Provides concrete Excel operations (read, create, convert, merge). However, depends on a project-specific script path which limits reusability. Missing setup/installation instructions and detailed parameter documentation. The skill is functional but could benefit from more complete documentation on prerequisites and error handling.

90
75
55
60
70

Metadata

Licenseunknown
Version-
Updated1/28/2026
PublisherAIDotNet

Tags

llm