https://issues.apache.org/bugzilla/show_bug.cgi?id=48598
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Nick Burch <[email protected]> 2010-01-22 02:23:04 UTC --- row.getCell(-1) is not a valid thing to ask for As the error message tells you, cells start at 0. Either ask for cells from 0 onwards, or use an iterator. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
