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 16:54:46 UTC

[Issue 120391] need filter to import file format Office Open XML strict

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

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |interop_OOXML
             Latest|4.1.3                       |4.2.0-dev
    Confirmation in|                            |
                 CC|                            |damjan@apache.org

--- Comment #3 from damjan@apache.org ---
Still the case in the latest Git.

It doesn't seem that difficult to add support for this "Strict Open XML". The
attached file opens if you just change:

http://purl.oclc.org/ooxml/officeDocument/relationships/officeDocument
to
http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument

in _rels/.rels inside the .xlsx file.

Although opened like that, the spreadsheet is completely empty, further
namespaces have to change to be able to actually load the data.

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