📑
AutomationPython

Excel Sheet Splitter

by CoderWanFeng

Excel Sheet Splitter is an Automation skill for Claude Code, published by CoderWanFeng in python-office.

1.3K stars299 forkson CoderWanFeng/python-officeAdded 2026/07/20Repository updated 2026/08/04
officepippypipythonweixin
Install in seconds
Install Excel Sheet Splitter
Copy Excel Sheet Splitter into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/CoderWanFeng/python-office/tree/develop/skills/excel/sheet2excel ~/.claude/skills/sheet2excel

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/CoderWanFeng/python-office.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/excel/sheet2excel/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/sheet2excel
Collection
One of 50 skills cataloged from this repository
Category
Automation2226 skills

What Excel Sheet Splitter does

Splits a single Excel file containing multiple sheets into individual Excel files, one per sheet. Use when you need to separate combined data into standalone workbooks.

Excel Sheet Splitter is cataloged under Automation on DirSkills. Excel Sheet Splitter comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

sheet2excel Skill

将同一个 Excel 里的不同 sheet 拆分为不同的 Excel 文件

功能描述

将一个包含多个 sheet 的 Excel 文件,按 sheet 拆分为多个独立的 Excel 文件。

所属分类

office/skills/excel/sheet2excel/

调用方式

from skills.excel import sheet2excel

sheet2excel(
    file_path='./multi_sheet.xlsx',
    output_path='./output/'
)

参数说明

参数 类型 必填 默认值 说明
file_path str - 需要拆分的 Excel 文件路径
output_path str './' 拆分后文件的输出目录

返回值

None

使用示例

from skills.excel import sheet2excel
sheet2excel(file_path='./data.xlsx', output_path='./split_output/')

视频教程

https://www.bilibili.com/video/BV1714y147Ao/

原始函数

office.api.excel.sheet2excel

Frequently asked about Excel Sheet Splitter

  • What else does CoderWanFeng publish alongside Excel Sheet Splitter?

    Excel Sheet Splitter is one of 50 skills that DirSkills catalogs from CoderWanFeng/python-office, the repository it ships in. Its siblings there include Add Image Watermark, Add Line by Type and Add Text Watermark. Each one is a separate skill with its own page in this directory, installs the same way Excel Sheet Splitter does, and is maintained by CoderWanFeng in that same repository. The rest of the collection is listed on the CoderWanFeng/python-office page.

  • How does Excel Sheet Splitter compare to other Automation skills?

    Excel Sheet Splitter ranks #675 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Excel Sheet Splitter against them. Open each page to compare what they document and how they install.