As with the maximum number of rows, that will be determined by Excel itself, not by POI.
Have a look at this url for the definitive answer: http://office.microsoft.com/en-us/excel/HP051992911033.aspxSorry about the font, cut it straight out of a Google results page!! --- On Sun, 6/8/08, suriz4u <[EMAIL PROTECTED]> wrote: From: suriz4u <[EMAIL PROTECTED]> Subject: Re: Urgent::POI is too slow for generating excel for more than 60000 rows To: [email protected] Date: Sunday, June 8, 2008, 9:51 PM Yeah its due to JVM.Its working fine now.Thanks.. Also May i know.Whats maximum number of tabs we can create using POI?? Thanks Suresh.G Daniel Noll-3 wrote: > > On Wednesday 04 June 2008 22:57:00 suriz4u wrote: >> HI Every one >> Iam using POI in my application.I have 76281 records.It took >> more >> than an 1 hour.Iam not sure,being unpatient i stopped running it iam sure >> some thing is wrong .Iam pasting my code here by. >> Can any one help me out please > > This is a stab in the dark, but perhaps the JVM is running out of memory > and > thus the majority of your time is spent doing garbage collection? > > Daniel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Urgent%3A%3APOI-is-too-slow-for-generating-excel-for-more-than-60000-rows-tp17646122p17726297.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
