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 2003/05/14 21:46:23 UTC

DO NOT REPLY [Bug 16305] - NegativeArraySizeException

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16305

NegativeArraySizeException





------- Additional Comments From nbhatti@partnercommunity.com  2003-05-14 19:46 -------
I experienced the same problem with an excel document. It throws this 
exception while making the HSSFWorkbook object from an excel file.

It happens when the rows of an excel sheet are updated. It occurs usually if 
there is a repeatative data in the cells in different rows. It is weird in the 
sense, updating the rows again with the same data solves the problem.

I removed the other sheets from the excel document which also solved the 
problem.