what's the maximum excel file size supported?

2002-06-22 Thread Ravi S Kodamarti
Hi, I'm using UserModel package of HSSF to access an excel file. I would like to know the maximum size this package supports, since if I'm giving files greater than 2 mb, then I'm getting the error java.lang.OutOfMemoryError. Any sugestion or info in this regard would be helpful. Thanks

Re: OutOfMemoryError while reading excel file

2002-06-22 Thread Andrew C. Oliver
No, you must start the jvm with -Xmx{size}m Generally distribute your application with a run.bat and run.sh file. Other successful programs that do this: 1. Tomcat 2. JBuilder 3. Netbeans -Andy On Sat, 2002-06-22 at 03:32, Ravi S Kodamarti wrote: Hi, I'm getting OutOfMemoryError

WARNING JAVA GUI (yuck!) -- Announcing SuckyViewer 0.10 for XLSfiles

2002-06-22 Thread Andrew C. Oliver
Hi All, Don't ask my why I did this... but maybe it has to do with the umpteenth private email asking me if HSSF has a gui app to show XLS files. I wrote this in the course of about an hour. Its in contrib, it reads XLS files from streams and/or files, it can run as an applet. It proves I'm

Re: WARNING JAVA GUI (yuck!) -- Announcing SuckyViewer 0.10 for XLSfiles

2002-06-22 Thread Andrew C. Oliver
oh its in the head under jakarta-poi/src/contrib/src/org/apache/poi/hssf/contrib/view you can build it by running ./build.sh contrib suckyviewer /home/andy/myxls.xls If you jar it up and make it in an applet be sure you set the filename OR the url property. -Andy On Sat, 2002-06-22 at