Re: out of memory problem when reading xls

2004-07-09 Thread Qingtian Wang
I've read files larger than that without problems. Are you running IntelliJ on Windows? What's your virtual memory size? When Java says "out of memory", from the system monitor of Windows, do you really see all the vitual memory being used up? Qingtian Wang Naga Raju Pa

RE: poi newbie question

2004-07-08 Thread Qingtian Wang
gt; Sent: Thursday, July 08, 2004 10:05 AM > To: POI Users List > Subject: Re: poi newbie question > > > Does this happen when you load the workbook directly (not > from file upload)? > > What version of HSSF are you using? > > Qingtian Wang wrote: > > >

poi newbie question

2004-07-07 Thread Qingtian Wang
Hi, I am using POI to parse Excel files uploaded from a JSP (jdk1.4, j2ee1.3, weblogic8.1). At times I can successfully parse the Excel file uploaded, but other times I've got the following error. I am using commons-fileupload to load the Excel file onto the server; and since I don't see any ex