https://bz.apache.org/bugzilla/show_bug.cgi?id=61912
Bug ID: 61912
Summary: about addMergedRegion issue
Product: POI
Version: 3.16-FINAL
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In version 3.13, the following code works even if(row1==row2).
sheet.addMergedRegion(new CellRangeAddress(row1, row2, 0, 0));
But in 3.16, the above code doesn't work if row1==row2. and it raises the
Exception java.lang.IllegalArgumentException message("
Merged region A11 must contain 2 or more cells.").
So does the new version add this restriction?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]