python 合并word文件_Python:将内容从一个Word文档复制到另一个Word文档并保持格式?...

本文介绍如何使用Python的python-docx模块将一个Word文档的内容(如表格数据)复制到另一个Word文档中,同时保持原有的格式不变,包括字体、斜体、粗体和项目符号等。
摘要由CSDN通过智能技术生成

1586010002-jmsa.png

As the title says I would like to know if there is any module that will allow me to parse content from one Microsoft word document to another via python and keeping the format.

I want to read table data and transfer it to another table in another document.

rXKp7.png

Both doc A and B exist. I just want to be able to walk through the cells in both docs (not necessarily at the same time) and copy content without having to worry about if the text is formatted (font, italic, bold) or contains bullets.

I'm asking for python since it's my favorite language...

解决方案

Following Kasra advice to use python-docx :

Rough example code.

Query document for table:

from docx import *

document = opendocx('xxxzzz.docx')</

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值