You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2009/01/16 18:42:50 UTC

DO NOT REPLY [Bug 46551] [PATCH] spelling error in exception if createCell(-1) called

https://issues.apache.org/bugzilla/show_bug.cgi?id=46551


Josh Micich <jo...@gildedtree.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Josh Micich <jo...@gildedtree.com>  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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org