Bug 59728 - Should not be able to add an array formula to merged region
Summary: Should not be able to add an array formula to merged region
Status: NEW
Alias: None
Product: POI
Classification: Unclassified
Component: SS Common (show other bugs)
Version: 3.15-dev
Hardware: PC All
: P2 minor (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-19 22:49 UTC by Javen O'Neal
Modified: 2016-06-19 22:51 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.