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 2020/05/20 12:38:51 UTC

[Bug 64460] New: XSSFSheet.shiftColumns() typo error

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: makovetski@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-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 64460] XSSFSheet.shiftColumns() typo error

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64460

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |js_nospam_apache@gmx.de

--- Comment #2 from Dominik Stadler <do...@gmx.at> ---
*** Bug 56454 has been marked as a duplicate of this bug. ***

-- 
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


[Bug 64460] XSSFSheet.shiftColumns() typo error

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64460

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Dominik Stadler <do...@gmx.at> ---
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)

-- 
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