https://bz.apache.org/bugzilla/show_bug.cgi?id=64165
Axel Howind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #2 from Axel Howind <[email protected]> --- IMHO this is a good idea. But consider a file where the row numbers are missing in between. Say the last row before the rows with missing numbers had the number n. Then the next row will be assigned the same number. That doesn’t look right Another thing to consider is that we might have to re-adjust row numbers of the following rows. Consider rows 1,2,3 all with correct row numbers. Then 5 rows without row numbers, followed by a row with number 4. How should row numbers be handled then? What does Excel do in that case? Do you have (or can you create) excel sheets for all three case? 1. row numbers missing from the start of the file 2. row numbers missing in between 3. row numbers missing in between, but would use the same row numbers as the following rows We should really run this on these test sheets and also create a unit test that covers all three cases. Thanks for contributing! Axel -- 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]
