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

            Bug ID: 64460
           Summary: XSSFSheet.shiftColumns() typo error
           Product: POI
           Version: 4.1.2-FINAL
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: dev@poi.apache.org
          Reporter: makovet...@gmail.com
  Target Milestone: ---

XSSFSheet.shiftColumns()
...
columnShifter.shiftMergedRegions(startColumn, startColumn, n);

should be 
columnShifter.shiftMergedRegions(startColumn, endColumn, n);

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

Reply via email to