docxtpl icon indicating copy to clipboard operation
docxtpl copied to clipboard

Function fix_tables resets tables configured in Libreoffice Writer

Open Manesx opened this issue 2 years ago • 0 comments

This solved my problem:

parser = etree.XMLParser(recover=True)
tree = etree.fromstring(xml_src, parser=parser)
# tree = self.fix_tables(xml_src)

Manesx avatar Dec 28 '22 19:12 Manesx