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/02/01 22:48:55 UTC

[Issue 97242] Failure to import XML from Mobile Excel xlsx (mobile office)

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

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
           Keywords|                            |ms_interoperability
             Status|CONFIRMED                   |RESOLVED
                 CC|                            |damjan@apache.org

--- Comment #7 from damjan@apache.org ---
When unzipped and _rels/.rels is examined:

<?xml version="1.0" encoding="UTF-16" standalone="yes"?>
<Relationships
xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
  <Relationship Id="rId1"
Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument"
Target="/xl/workbook.xml"/>
</Relationships>


the <Relationship> element has a "Target" attribute of "/xl/workbook.xml". The
leading slash is unexpected and AOO used to break on it.

It opens successfully in the latest Git, because this was fixed recently in bug
117672.

Resolving duplicate.

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

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

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