Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前有没有一种方法可以生成包含与 Microsoft Word 兼容的表格的 XML 文件?最好用python。
或者一种在 Linux 上使用 python 生成 MS word 文档的方法?
我假设您使用的是 Microsoft Word 2007 或更高版本。在这种情况下,您可以使用 python-docx 库在 python 中读取和写入 word 文件。
https://github.com/mikemaccana/python-docx