https://bz.apache.org/bugzilla/show_bug.cgi?id=60512
samson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from samson <[email protected]> --- A possible fix: add a new XSSFRelation (XSSFRelation.java) public static final XSSFRelation CUSTOM_PROPERTIES = new XSSFRelation( "application/vnd.openxmlformats-officedocument.spreadsheetml.customProperty", "http://schemas.openxmlformats.org/officeDocument/2006/relationships/customProperty", "/xl/customProperty#.bin", null ); -- 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]
