Hi!

First at all, thank you very much!

It didn´t work, I've ran the code as you indicate,  and as well as it was
heappenning to me, by the time trying to use the writer method of the
outputstream linked to the HttpServletResponse, i get an excel corrupted.


However the excel  saved to disk can be opened correctly if we open it buy
ourselves.

It didn´t happen with HSSF, doing:
  OutputStream out=response.getOutputStream(); 
  out.write(FileInputStream)   or   out.write(workbook)   

taht used to work.     




but with SXSSF, the only thing posible i managed to do is saving the file to
disk. 

I wish it could be opened directly. Anyways i thing i will save it as ia ma
doing now, and after that i will open it as possible.



again, thank you for you interest ;)

Ricuelo

--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/problem-opening-excel-2007-created-using-SXSSF-tp4705693p4879570.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]

Reply via email to