1
I am developing an application in Python
and Django
and need the user to attach a document file .doc
. Done this, in this file, the user will have typed some variables, and I need to replace them with information from my system.
Is there any tool to edit documents .doc
in Python
? I found the Python-docx
, but it seems that it only serves to create files. I need to open a document and edit the information.
Utilise Python 3.6
.