You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2023/01/03 16:51:01 UTC

[Issue 127086] Incorrect import of xlsx file - no text

https://bz.apache.org/ooo/show_bug.cgi?id=127086

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ms_interoperability
                 CC|                            |damjan@apache.org
                 OS|Windows 8, 8.1              |All
             Latest|4.1.5                       |4.2.0-dev
    Confirmation in|                            |

--- Comment #4 from damjan@apache.org ---
The problem with this document is that the file:
xl/SharedStrings.xml
has the wrong case, it should be:
xl/sharedStrings.xml

If you rename it to a zip file, unzip it, change the filename, zip it back up,
rename back to xslx, it opens perfectly, with all the text visible.

We should treat OOXML filenames case-insensitively, like Excel and LibreOffice
do.

-- 
You are receiving this mail because:
You are the assignee for the issue.