3 Star 15 Fork 11

yioye / Python Excel数据处理自动化生成Word文档(含索引目录 分页)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.en.md 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
yioye 提交于 2021-01-22 10:17 . Initial commit

Python Excel数据处理自动化生成Word文档(含索引目录 分页)

Description

通过Python 批量处理遍历文件目录中的Excel文件,对Excel数据进行筛选、排序、合并等处理并获取到结果数据,存储到DataFrame中;将DataFrame中的数据通过Python docx 写入到提前读取的Word模板中,自动化生成Word字典文件(含索引目录及分页) 流程:遍历目录->获取Excel list->数据筛选、合并->读取Word模板->数据写入Word(生成文档首页、目录标题、正文、表格、样式处理等)->更新索引目录->生成结果Word文件

Software Architecture

Software architecture description

Installation

  1. xxxx
  2. xxxx
  3. xxxx

Instructions

  1. xxxx
  2. xxxx
  3. xxxx

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/
Python
1
https://gitee.com/yioye/ExcelZWordHandle.git
git@gitee.com:yioye/ExcelZWordHandle.git
yioye
ExcelZWordHandle
Python Excel数据处理自动化生成Word文档(含索引目录 分页)
master

搜索帮助