https://bz.apache.org/bugzilla/show_bug.cgi?id=59194
--- Comment #7 from Javen O'Neal <one...@apache.org> --- (In reply to rahul.herwadkar from comment #6) > 1) Merge cells for the table column headers. This is why you're getting the error. I discovered that I could create a corrupt workbook by adding a merged region B2:C3 when a workbook already contained a merged region A1:B2, since the two merged regions intersect. If you want to skip this intersection check, use XSSFSheet.addMergedRegionUnsafe. I will add HSSFSheet.addMergedRegionUnsafe in a nightly build, which should get you around this problem. -- 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