https://bz.apache.org/bugzilla/show_bug.cgi?id=62906
--- Comment #19 from David Gauntt <[email protected]> --- Created attachment 36555 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36555&action=edit Illustration of different kinds of table name conflicts This code can be used to demonstrate conflicts between the name of a new table and previously defined tables or previously defined Name objects. Details are included in the javadoc. In brief, the workbook will be corrupted if two Tables have the same name, or a Table has the same name as a defined Name (e.g. a named range). This is true whether the Name has workbook scope or worksheet scope, and whether the tables are in the same worksheet or different worksheets. So long as no table has a null name, Excel 2010 can repair the corruption by renaming a Table. However, there is no guarantee that this is true for other versions of Excel, or for other ooxml compliant spreadsheet programs such as OpenOffice. -- 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]
