Bug 59212

Summary: Do not check for overlapping regions when adding merged regions to a sheet
Product: POI Reporter: Javen O'Neal <onealj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 3.15-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   
Bug Depends on: 58885    
Bug Blocks:    

Description Javen O'Neal 2016-03-22 08:47:26 UTC
Bug 58885 added addMergedRegionUnsafe and validateMergedRegions methods to XSSFSheet to allow merged regions to be added to a worksheet without checking for overlapping regions (which produces a workbook that Excel complains is a corrupt).

These methods should be promoted to Common SS so that HSSF and SXSSF can also avoid a potentially expensive check.
Comment 1 Javen O'Neal 2016-03-22 09:08:03 UTC
Added in r1736155.
Comment 2 Javen O'Neal 2016-03-22 09:22:28 UTC
And r1736165