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
It is not possible to use a combination of openpyxl and libreoffice calc and preserve inline formatting for cells. This is because openpyxl has dropped support for xl/sharedStrings.xml and localc always saves xlsx files using xl/sharedStrings.xml even if the inline formatting was originally saved in xl/worksheets/sheet1.xml. This currently impacts code_description.xlsx which has lost some of its formatting.
There is nothing to do about this right now other than point the projects at it and point out that it is currently impossible to roundtrip data when using both of their tools.
The text was updated successfully, but these errors were encountered:
It is not possible to use a combination of openpyxl and libreoffice calc and preserve inline formatting for cells. This is because openpyxl has dropped support for
xl/sharedStrings.xml
and localc always saves xlsx files usingxl/sharedStrings.xml
even if the inline formatting was originally saved inxl/worksheets/sheet1.xml
. This currently impacts code_description.xlsx which has lost some of its formatting.There is nothing to do about this right now other than point the projects at it and point out that it is currently impossible to roundtrip data when using both of their tools.
The text was updated successfully, but these errors were encountered: