https://bz.apache.org/bugzilla/show_bug.cgi?id=57423
David Gauntt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED --- Comment #16 from David Gauntt <[email protected]> --- As of 6 Aug 2019, running the test case that I just posted (attachment 36711) causes 2 failures; these are when rows are shifted up with a gap between the shift and the destination, and when rows are shifted down with a gap. The immediate cause is a bug in XSSFSheet.rebuildRows. This sorts the _rows map in XSSFSheet, but does not sort the row list in the CTWorksheet (getCTWorksheet().getSheetData().getRowList()) -- 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]
