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/08 08:56:59 UTC

[Issue 126344] Hand made (validated) xlsx displayed blank

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

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Latest|---                         |4.2.0-dev
    Confirmation in|                            |
             Status|CONFIRMED                   |RESOLVED
                 CC|                            |damjan@apache.org
           Keywords|                            |interop_OOXML
         Resolution|---                         |DUPLICATE

--- Comment #5 from damjan@apache.org ---
The problem is that the cells in this file lacks the r="..." attribute, and
OpenOffice previously just ignored such cells:

      <c t="inlineStr">
        <is>
          <t>Iban</t>
        </is>
      </c>

This was fixed recently in bug 127672, so resolving this bug as a DUPLICATE.
The fixed version opens the file just fine and displays everything.

Thank you for your bug report and sample file :-).

*** This issue has been marked as a duplicate of issue 127672 ***

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