Bug 64460 - XSSFSheet.shiftColumns() typo error
Summary: XSSFSheet.shiftColumns() typo error
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSSF (show other bugs)
Version: 4.1.2-FINAL
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
: 56454 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-05-20 12:38 UTC by Gennadi
Modified: 2020-11-01 18:01 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gennadi 2020-05-20 12:38:51 UTC
XSSFSheet.shiftColumns()
...
columnShifter.shiftMergedRegions(startColumn, startColumn, n);

should be 
columnShifter.shiftMergedRegions(startColumn, endColumn, n);
Comment 1 Dominik Stadler 2020-11-01 09:22:22 UTC
Thanks for the report, this is fixed on trunk via r1883037 along with two tests that were ignored before and now work fine (after fixing the tests themselves as well)
Comment 2 Dominik Stadler 2020-11-01 18:01:40 UTC
*** Bug 56454 has been marked as a duplicate of this bug. ***