smithery/aidotnet

excel-handler

读取、写?

Installation

$ npx skills add smithery/aidotnet --skill excel-handler

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/aidotnet · top by installs.

npx skills add smithery/aidotnet

Browse all from smithery/aidotnet

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code codex
More metadata
short-description
读写Excel文件

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,083 B
  • docs SUMMARY.md 137 B

History

  1. First recorded snapshot · 0 installs

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