Hello, We are using Apache SXSSF POI SXSSF APi for efficient operation of writing into an Excel file. We plan to write up to 200000 rows.
The problem we are facing that API writing into /tmp javasharedresources (for Websphere App server under Linux) dir - not cleaning it, making /tmp file system full after couple of large export to excel. Any Idea how we can prevent the filling the file system full? Note: we are doing workbook.close(); - to ensure file system are cleaned. Thanks in advance, -Tapas [email protected]<mailto:[email protected]>
