You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The situation is like this. According to the introduction of the python-docx library, it can operate Microsoft Word 2007+ (.docx) files. I use python-docx to parse a docx format document created by Microsoft office with strict open xml. Will the library directly throw an exception?
I'm using python-docx version 1.1.2 under python3.8. I found some similar issues in the issue list, but I have a problem. python-docx only supports operating on docx documents with open xml. But do docx documents that do not support strict open xml? If docx documents really do not support strict open xml, what is the reason? Although I observed that the xml namespaces of the two are different