Try to custom the amount of memory the JVM can use, see: java -X
then try something like that: java -Xms32M -Xmx256M [classpath] class Loic -----Message d'origine----- De : M�guel �ngel Mulero Mart�nez [mailto:[EMAIL PROTECTED]] Envoy� : vendredi 12 avril 2002 14:25 � : [EMAIL PROTECTED] Objet : Help with maximum size of HSSF file I'm trying to create a Excel file with POI. I want to create a file with 25000 rows aprox, but I recive an "OutOfMemory" java Exception. I know that Excel supports 65535 rows. What's the maximum limit of POI-HSSF? Is there some way to change this? Thanks to all!!
