https://issues.apache.org/bugzilla/show_bug.cgi?id=55805
David Wilt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from David Wilt <[email protected]> --- I attempted to create a new XSSF table on an existing worksheet. When I attempted to write the workbook with the table to disk, I received the error message below. Please let me know what additional information you need. Thanks very much. /* * [M2.4] : The package implementer shall require that the Content Types * stream contain one of the following for every part in the package: * One matching Default element, One matching Override element, Both a * matching Default element and a matching Override element, in which * case the Override element takes precedence. */ if (this.container != null && this.container.getPart(partName) != null) { throw new OpenXML4JRuntimeException( "Rule M2.4 exception : this error should NEVER happen, if so please send a mail to the developers team, thanks !"); } return 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]
