You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2019/05/30 03:49:32 UTC

[Bug 56454] XSSFSheet.shiftRows(...) and HSSFSheet.shiftRows(...) incorrectly handle merged regions that do not contain column 0.

https://bz.apache.org/bugzilla/show_bug.cgi?id=56454

--- Comment #6 from David Gauntt <dm...@uab.edu> ---
Test case for bug 63463 demonstrates this bug too.  In that test case, a merge
area is defined for C3:D4.  If row B:B and below are shifted down one row, then
the merge area becomes C3:D5 instead of C4:D5.  If column 2:2 and columns to
the right are shifted right one column, the merge area becomes C3:E4 instead of
D3:E4.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org