Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Excel Handler

  • 45 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

excel-handler is a Claude Code skill that reads, writes, converts and merges Excel spreadsheets using openpyxl and pandas.

About

excel-handler is a Claude Code skill that reads, writes and manipulates Excel spreadsheets using Python. It exports Excel to JSON or CSV, creates Excel from JSON or CSV, and merges multiple files. A developer uses it to move tabular data in and out of .xlsx files. It relies on openpyxl and pandas.

  • Reads, writes and converts Excel .xlsx files
  • Exports Excel to JSON or CSV and imports from them
  • Merges multiple Excel files into one

Excel Handler by the numbers

  • 45 all-time installs (skills.sh)
  • Ranked #377 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

excel-handler capabilities & compatibility

Capabilities
excel processing · spreadsheet conversion · format conversion
Works with
excel
Use cases
data analysis
Pricing
Free
From the docs

What excel-handler says it does

Read, write, and manipulate Excel spreadsheets with support for formulas, styling, and data export.
SKILL.md
`excel`, `spreadsheet`, `xlsx`, `csv`, `data`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill excel-handler

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs45
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Read, create, convert or merge Excel spreadsheets from the command line.

Who is it for?

Developers moving tabular data between Excel, JSON and CSV or merging spreadsheets.

Skip if: Interactive spreadsheet editing or live Google Sheets sync.

When should I use this skill?

You need to read, create, convert or merge .xlsx files programmatically.

What you get

Excel files are read to JSON, created from data, converted to CSV or merged.

  • Excel file
  • JSON export
  • CSV export

By the numbers

  • 4 subcommands (read, create, convert, merge)

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

FAQ

What formats can it convert between?

It converts Excel to JSON or CSV and creates Excel from JSON or CSV.

Can it merge files?

Yes, it merges multiple Excel files into one output file.

Office & Documentsetlpipelines

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.