🧪
AutomationPython

Excel Mock Data Generator

by CoderWanFeng

Excel Mock Data Generator 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 Mock Data Generator
Copy Excel Mock Data Generator 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/fake2excel ~/.claude/skills/fake2excel

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

What Excel Mock Data Generator does

Automatically generates Excel files filled with fake data for testing, including names, phones, addresses, and more. Supports Chinese and English locales.

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

Documentation

README

fake2excel Skill

自动创建 Excel 文件并模拟数据

功能描述

自动生成一个 Excel 文件,并填充指定列的模拟数据。支持多种字段类型(如姓名、电话、地址等),支持中英文两种语言环境。

所属分类

office/skills/excel/fake2excel/

调用方式

from skills.excel import fake2excel

fake2excel(
    columns=['name', 'phone'],
    rows=100,
    path='./fake2excel.xlsx',
    language='zh_CN'
)

参数说明

参数 类型 必填 默认值 说明
columns list ['name'] 需要生成的列名。可模拟的字段参考:https://www.python4office.cn/python-office/fake2excel/
rows int 1 生成的行数
path str './fake2excel.xlsx' 生成的 Excel 文件路径和名称
language str 'zh_CN' 数据语言。'zh_CN' 为中文,'english' 为英文

返回值

None

使用示例

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Excel Mock Data Generator

  • What else does CoderWanFeng publish alongside Excel Mock Data Generator?

    Excel Mock Data Generator 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 Mock Data Generator 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 Mock Data Generator compare to other Automation skills?

    Excel Mock Data Generator ranks #653 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 Mock Data Generator against them. Open each page to compare what they document and how they install.