Bug 59728

Summary: Should not be able to add an array formula to merged region
Product: POI Reporter: Javen O'Neal <onealj>
Component: SS CommonAssignee: POI Developers List <dev>
Status: NEW ---    
Severity: minor    
Priority: P2    
Version: 3.15-dev   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Javen O'Neal 2016-06-19 22:49:59 UTC
When adding merged regions, a check is performed to make sure the candidate merged region does not intersect cells that are part of an array formula.

The same check should be done in the opposite direction to prevent corrupting the workbook.
Comment 1 Javen O'Neal 2016-06-19 22:51:28 UTC
Added disabled unit test in r1749225.

Currently fails on HSSF and XSSF.