https://bz.apache.org/bugzilla/show_bug.cgi?id=62906
--- Comment #4 from David Gauntt <[email protected]> --- Created attachment 36545 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36545&action=edit Propoed fix to bug 62906 Since XSSF.createTable will corrupt a worksheet unless setDisplayName is called, this code calls setDisplayName at the end of createTable. The name that is used is "TableN", where N is the smallest positive integer such that "TableN" 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]
