https://issues.apache.org/bugzilla/show_bug.cgi?id=53470
--- Comment #6 from Massimo Cavalleri <[email protected]> --- (In reply to comment #4) > What's wrong with just supplying a different value to the java.io.tmpdir > property? > ok, java.io.tmpdir property is useful but i tell of Custructor with File for control temp files, but after i have choose a different way in my patch. > Once you're done with a SXSSF file, the temp files should be being cleaned > up. If they're not, that'd be a bug Yes, in poi's source there is deleteOnExit() on temp files but with this way, when i write a workbook, files persist if i don't exit from JVM. Therefore if you try my patch, resolve this issue. In conclusion this is a BUG. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
