You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2015/08/11 07:56:45 UTC

[Bug 57914] NPE on OPCPackage

https://bz.apache.org/bugzilla/show_bug.cgi?id=57914

--- Comment #4 from Dominik Stadler <do...@gmx.at> ---
Some analysis: The XML files in the document use different XML namespaces,
which POI does not support, I am not sure why Excel uses these in your case,
e.g. instead of
http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument,
it uses http://purl.oclc.org/ooxml/officeDocument/relationships/officeDocument,
where purl.oclc.org seems to be some URL-redirection mechanism...

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org