How do I access fields in a word document in python?
There are fields for fill-ins or date/time and such and I want to automatically enter data into them. Fields are not recognized by libraries such as python-docx or docxcompose, as they only recognize paragraphs it seems. What are some other libraries I could use?