What is the best way to create/write to a word document using python -


i trying create word document python script on windows. document creating has 1 table , few pages of paragraph. want know how this. thanks.

sadly it's not simple writing less proprietary filetype, there lot of options out there. one, try ironpython, intrinsically has access of office formats.

however, recommend library: https://github.com/mikemaccana/python-docx

great library working docx, if want extend working other microsoft filetypes i'd ironpython or doing openoffice scripting.


Comments