On Thu, 13 Sep 2007, [EMAIL PROTECTED] wrote:
I need to generate spreadsheet with a huge amount of data. It is about 6 full sheets. The size of the file I create is more than 80MB.

You probably don't want to hear this, but Excel was never really designed to work with files that big. By far your best bet would be to just serve it out as CSV or similar, and ditch the styling. Your file will be much smaller, and your server won't die trying to process it.

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to