On Thu, 21 Feb 2008, Leandro Severino wrote:
I'm using poi-3.0.1-Final and I try open a generated excel file in MS Excel 2003, but I receive a "crash message error".

First up, I'd try with poi 3.0.2

Then, rather than having the servlet stream the data to the client, just have it save to a file on disk. That'll let you check there isn't an error with how you're sending the data over http

Finally, try making your code simpler. See how much of the data you can put in before the file starts being corrupt

Nick

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

Reply via email to