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

--- Comment #5 from David Gauntt <dmgau...@uab.edu> ---
Created attachment 36604
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36604&action=edit
Patch to XSSFRow.shift(int) to fix bug 63463

This patch fixes bug 63464.  Before the fix, XSSFRow.shift(int) called
setRowNum(int) after updateCellReferencesForShifting(String).  With this fix,
setRowNum is called before updateCellReferencesForShifting.

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