https://issues.apache.org/bugzilla/show_bug.cgi?id=47504
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Yegor Kozlov <[email protected]> 2009-07-12 00:39:44 PST --- Fixed in r793280 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=793280 ) POI didn't properly process OPC packages containing relationships with targets starting with '#'. In your case the problem was caused by a hyperlink relationship attached to the sheet drawing: <Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink" Target="#Sheet1!A1"/> The '#' character indicates an internal target (e.g. cell region). Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
