https://issues.apache.org/bugzilla/show_bug.cgi?id=46551
Josh Micich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Josh Micich <[email protected]> 2009-01-16 09:42:49 PST --- Fixed in svn r735061 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=735061 ) I modified the error messages to include the offending index value. The message now looks like this: "Invalid column index (-1). Allowable column range for BIFF12 is (0..16383) or ('A'..'XFD')" There was also a bug in the range checking for BIFF12/XSSF (see changes to TestXSSFCell.testSetCellReference()). The max cell in XSSF is XFD1048576 (not XFE1048577). This bug was fixed in the same change list. -- 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]
