Serving the Quantitative Finance Community

 
User avatar
Cynet
Topic Author
Posts: 0
Joined: January 4th, 2009, 1:00 am

Read and write docx files in Python

February 17th, 2011, 6:25 pm

Hi All,I need to open a docx file in Python, modify the content, and write it to a new docx file. Anyone knows how to handle this issue?Thank you.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

Read and write docx files in Python

February 17th, 2011, 11:14 pm

MSWORD com object:
 
User avatar
Cynet
Topic Author
Posts: 0
Joined: January 4th, 2009, 1:00 am

Read and write docx files in Python

February 18th, 2011, 3:57 am

Thanks, Hansi