On Wed, 19 Dec 2007, peri wrote:
In the program I can only write 12000 records to the excell file. After 12000 records I get out of memory errors.
I'd suggest either writing out as a csv (much less memory hungry), or increasing your java heap size.
Unfortunately, building up excel files requires lots of memory, and there's no way to do a streaming write (the file format isn't really designed for that)
Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
