Streaming a POI workbook to the servlet output stream.
- by The Machine
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.