excel-handler
excel-handler streamlines the process of reading Excel files and converting their contents into alternative formats for downstream use. Whether you need to parse spreadsheet data, extract specific ranges, or transform tabular information into JSON, CSV, or other structures, this skill handles the conversion workflow efficiently.
excel-handler enables you to read Excel files and extract their data efficiently. The skill supports reading both .xlsx and .xls formats, allowing you to access spreadsheet contents programmatically. Once read, you can process the data further or convert it into other formats for use in your applications.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-01-28
excel-handler enables you to read Excel files and extract their data efficiently. The skill supports reading both .xlsx and .xls formats, allowing you to access spreadsheet contents programmatically. Once read, you can process the data further or convert it into other formats for use in your applications.
Use it when
- Yes, excel-handler supports conversion between Excel and other data formats including CSV.
- excel-handler streamlines the process of generating Excel spreadsheets programmatically from JSON data.
Verify before relying
Read SKILL.md below before installing (2 files). Open directory: indexed for reading, not audited.
Similar skills
Install
AIDotNet/MoYuCode/excel-handler · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How to read excel files with excel-handler?
excel-handler enables you to read Excel files and extract their data efficiently. The skill supports reading both .xlsx and .xls formats, allowing you to access spreadsheet contents programmatically. Once read, you can process the data further or convert it into other formats for use in your applications.
Can excel-handler convert xlsx to csv?
Yes, excel-handler supports conversion between Excel and other data formats including CSV. You can read an .xlsx file and export its contents as CSV, making it easy to transform your spreadsheet data into comma-separated values for use in other tools or systems.
How does excel-handler create spreadsheets from JSON data?
excel-handler streamlines the process of generating Excel spreadsheets programmatically from JSON data. You can structure your JSON data and use excel-handler to automatically create .xlsx files with properly formatted cells and sheets, eliminating manual spreadsheet creation.
What formats can excel-handler convert spreadsheets into?
excel-handler handles conversion between Excel and multiple alternative formats for downstream use. The skill supports transforming spreadsheet data into JSON, CSV, and other structures, giving you flexibility in how you work with tabular information across different systems and applications.
Can excel-handler merge multiple Excel files together?
excel-handler supports merging and combining multiple Excel files into a single spreadsheet. This capability allows you to consolidate data from several sources, making it useful for aggregating reports or combining related datasets from different .xlsx or .xls files.
Does excel-handler automate batch spreadsheet operations?
Yes, excel-handler enables automation of batch spreadsheet operations and transformations. You can process multiple Excel files at once, applying consistent conversions or data extractions across your entire dataset, which streamlines repetitive spreadsheet workflows and saves time on manual operations.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
Excel Handler Tool
Description
Read, write, and manipulate Excel spreadsheets with support for formulas, styling, and data export.
Trigger
/excelcommand- 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: ✅
File tree — 2 files
skills/tools/excel-handler/SKILL.md
skills/tools/excel-handler/scripts/excel_handler.py
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Read and extract data from Excel files into other formats”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
exceljs enables you to programmatically build and customize Excel spreadsheets with full formatting control. Generate workbooks with styled cells, formulas, charts, and multiple sheets, then export them as .xlsx files ready for distribution or further analysis.
http-client enables you to send HTTP requests to external APIs and endpoints with comprehensive method support. It handles authentication, custom headers, JSON payloads, and file uploads through a straightforward command interface.
Documentation Writer creates complete project documentation covering README files, API references, and inline code comments in multiple formats. It provides structured templates and examples to help you document features, installation steps, usage patterns, and contribution guidelines.
email-sender enables you to integrate email delivery directly into your applications using SMTP. Configure your mail server settings and trigger messages programmatically to automate notifications, alerts, and communications at scale.
Prompt Engineer helps you craft and refine AI model prompts using systematic methodologies like few-shot examples, step-by-step reasoning, and formatted outputs. The skill provides templates and patterns to improve prompt effectiveness across different AI tasks.
web-scraper enables you to harvest structured information from websites by defining selectors and parsing patterns. Perfect for automating data collection tasks, this skill transforms raw HTML into organized, usable datasets without manual intervention.