https://bz.apache.org/bugzilla/show_bug.cgi?id=63371
Bug ID: 63371
Summary: addMergedRegion does not update CTMergeCells.getCount
Product: POI
Version: 4.0.x-dev
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
The return value of the following function is the same before and after calling
XSSFSheet.addMergedRegion(CellRangeAddress):
XSSFSheet.getCTWorksheet().getMergeCells().getCount()
The return value of the following functions increments properly after calling
addMergedRegion:
XSSFSheet.getMergedRegions.size()
XSSFSheet.getNumMergedRegions()
XSSFSheet.getCTWorksheet().getMergeCells().getMergeCellList().size().
I will be uploading a test case and a patch soon.
--
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]