Summary of Bug/Feature:
under some currently unknown conditions, writing a freshly created db to xlsx files produces xlsx that fail to open correctly in LibreOffice. They terminate when a cell is reached that contains a non-ASCII character (German chars ä, ö, ü, ß, in this case).
However, some dbs that do contain those chars save just fine and are read just fine.
Looking at the exported data, the sharedStrings.xml, both working and broken results have the expected header
Pylightxl Version: 1.61 Python Version: 3.11
Summary of Bug/Feature: under some currently unknown conditions, writing a freshly created db to xlsx files produces xlsx that fail to open correctly in LibreOffice. They terminate when a cell is reached that contains a non-ASCII character (German chars ä, ö, ü, ß, in this case). However, some dbs that do contain those chars save just fine and are read just fine.
Looking at the exported data, the sharedStrings.xml, both working and broken results have the expected header
However, the broken one additionally escapes the chars, while the working one does not. sharedStrings.zip
Traceback: n/a
Suggestion for fix: not sure yet