🔍
DataPython

Find Excel Data

by CoderWanFeng

Find Excel Data is a Data 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 Find Excel Data
Copy Find Excel Data 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/find_excel_data ~/.claude/skills/find_excel_data

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/find_excel_data/SKILL.md in CoderWanFeng/python-office
Installs to
~/.claude/skills/find_excel_data
Collection
One of 50 skills cataloged from this repository
Category
Data812 skills

What Find Excel Data does

Searches Excel files in a directory for a keyword and returns matching file names, row numbers, and content details. Use when you need to quickly locate specific data across multiple spreadsheets.

Find Excel Data is cataloged under Data on DirSkills. Find Excel Data comes from a repository tagged office, pip, pypi, python and weixin.

Documentation

README

find_excel_data Skill

搜索 Excel 中指定内容的文件、行数、内容详情

功能描述

在指定目录下的所有 Excel 文件中搜索包含特定关键词的内容,并返回匹配的文件名、行号和详情。

所属分类

office/skills/excel/find_excel_data/

调用方式

from skills.excel import find_excel_data

find_excel_data(
    search_key='python',
    target_dir='./data'
)

参数说明

参数 类型 必填 默认值 说明
search_key str - 需要搜索的关键词
target_dir str - 搜索的目录路径

返回值

None(结果直接打印输出)

使用示例

from skills.excel import find_excel_data
find_excel_data(search_key='订单', target_dir='./订单数据')

视频教程

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

原始函数

office.api.excel.find_excel_data

Frequently asked about Find Excel Data

  • What else does CoderWanFeng publish alongside Find Excel Data?

    Find Excel Data 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 Find Excel Data 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 Find Excel Data compare to other Data skills?

    Find Excel Data ranks #413 by stars among the 812 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. 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 Find Excel Data against them. Open each page to compare what they document and how they install.