Is there currently a way to generate XML files containing tables compatible with Microsoft Word? Preferably with python.
OR a way to generate MS word docs with python on Linux?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I assume you are using Microsoft word 2007 or later. In this case you can use python-docx library to read and write word files in python.
https://github.com/mikemaccana/python-docx