Streaming a POI workbook to the servlet output stream.
Posted
by The Machine
on Stack Overflow
See other posts from Stack Overflow
or by The Machine
Published on 2010-04-20T08:49:02Z
Indexed on
2010/04/20
8:53 UTC
Read the original article
Hit count: 258
I build a very large POI workbook, on my web server. Holding the entire memory in workbook , will not scale for multiple concurrent requests. Is there a way i can progressively write the workbook to the servlet output stream. That should reduce the response time , as well as make the process memory efficient.
© Stack Overflow or respective owner