Hi ivan,
i had an idea to create a generic way to export data from a Django app to a docx file. There for i would need a function which returns me all keys within a document without knowing them.
like:
keys = get_all_keys("document_Name.docx")
Do you have an idea how to get this? Since you are already very familiar with word documents, I thought I could ask you.