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=33681>. 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=33681 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-29 22:07 ------- (In reply to comment #4) > (In reply to comment #3) > > I can verify that this is indeed the case with the attached file. > > After reporting this bug, I added that I thought the problem was having too > many > rows in the file, rather than simply too large of a file. > > Since then I've found that creating a file with an equal number of rows, but > with numeric data rather than string data, causes no problem. So, I'm pretty > sure the issue here is having a file with too many strings. (In reply to comment #4) > (In reply to comment #3) > > I can verify that this is indeed the case with the attached file. > > After reporting this bug, I added that I thought the problem was having too > many > rows in the file, rather than simply too large of a file. > > Since then I've found that creating a file with an equal number of rows, but > with numeric data rather than string data, causes no problem. So, I'm pretty > sure the issue here is having a file with too many strings. I have verified this problem under the cited scenario as well. Tracing with JDB shows the hang occurs when calling the constructor HSSFWorkbook(java.io.InputStream) [ example: workbook = new HSSFWorkbook(streamIn); ]. The trace never returns from the constructor call although I have not yet traced any deeper than the call to the constructor itself at the time of this writing. -- 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: [EMAIL PROTECTED] Mailing List: http://jakarta.apache.org/site/mail2.html#poi The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
