https://bz.apache.org/bugzilla/show_bug.cgi?id=62759
--- Comment #1 from David Gauntt <dmgau...@uab.edu> --- Created attachment 36566 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36566&action=edit JUnit test case to illustrate bug 62759 This JUnit test class will write 3 Excel workbooks to build/custom-reports-test. Each workbook is created by adding a 4 column, 3 row table starting at cell $C$3 of the first worksheet. Then one column is removed from the table. In one of the workbooks, it is the first column, in one of the workbooks it is the last column, and in one it is the penultimate (second to the last) column. JUnit passes the tests but the workbooks are corrupted. When the workbooks are opened in Excel 2010 it repairs the workbooks by deleting the table. I will post a patch shortly. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org