https://bz.apache.org/bugzilla/show_bug.cgi?id=62906
David Gauntt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36545|Propoed fix to bug 62906 |Proposed fix to bug 62906 description| | --- Comment #5 from David Gauntt <[email protected]> --- Comment on attachment 36545 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36545 Proposed fix to bug 62906 XSSFSheet.createTable will corrupt a workbook unless CTTable.setDisplayName is called. This patch to XSSFSheet.createTable calls setDisplayName(tableName), where tableName has the text "Table<N>", where <N> is the smallest positive integer such that "Table<N>" is not used by a previously defined name. -- 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]
