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 2006/01/17 10:24:34 UTC

DO NOT REPLY [Bug 24207] - [INFO NEEDED] Call HSSFName.getReference() throwing java.lang.IndexOutOfBoundsException

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=24207>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=24207





------- Additional Comments From jheight@apache.org  2006-01-17 10:24 -------
Avik,

Dont know if you have a change to lok at this one. I dont have much experience
with the CellReference side of things. Basically what is happening is that the
delete of the second row causes the name to point to a cell that no longer
exists, hence the cell reference becomes something like:

=Sheet1!#REF!

Now it appears to me at least that the AreaReference and the CellReference
classes do not handle invalid cell references such as this.

Jason

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/