I have created sample code using http://poi.apache.org/spreadsheet/how-to.html#sxssf and it works fine, but what I noticed while runing the code, the flushing of file happens and it writes a xml temp file at C:\Documents and Settings\<username>\Local Settings\Temp location which is quite huge in size and remains there even after the final file is generated. Is there a way we can specify the location where these files should be created and also how can we delete these files after usage. Do we have any method in API that helps us in these 2 cases. I intend to change my XSSF app to SXSSF and deploy on Unix machine, so these 2 issues can be show stopper
-- View this message in context: http://apache-poi.1045710.n5.nabble.com/SXSSF-Temporary-File-Deletion-tp5710442.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]
