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

            Bug ID: 63475
           Summary: XSSFRow.copyFromRow failed at cross-sheet copy trying
                    utilize FormulaShifter
           Product: POI
           Version: 4.0.x-dev
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

XSSFRow.copyFromRow is failed when try to copy Row having the same row-index
from another Sheet.

It calls FormulaShifter.createForRowCopy passing rowDifference=0, which in
turns raises IllegalArgumentException("amountToMove must not be zero").

I suppose, for cross-sheet row copy FormulaShifter should be adapted, or at
least skipped.

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

Reply via email to