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
I suggest this because I was new to python-docx and generating reports that contained < > & characters. At first, I was miserable; the report was generated successfully but was corrupted when opened in MS Word.
So, I hope the team could make the "Autoescape" to True by default.
I suggest this because I was new to python-docx and generating reports that contained
< > &
characters. At first, I was miserable; the report was generated successfully but was corrupted when opened in MS Word.So, I hope the team could make the "Autoescape" to True by default.
Refer Doc: https://docxtpl.readthedocs.io/en/latest/#escaping-1
Block of source code here:
The text was updated successfully, but these errors were encountered: