https://issues.apache.org/bugzilla/show_bug.cgi?id=53470
--- Comment #8 from Massimo Cavalleri <[email protected]> --- The the temp files not deleted when call write method. In the SXSSF code there is not a part for this purpose. There is only _fd.deleteOnExit() in SheetDataWriter class, but is not enough if the program that use POI not exit from jvm and these files remain on file system. For confirm this, in the method write in SXSSFWorkbook class, there is already tmplFile.delete() for another tmp file. In conclusion in write method missing the delete on xml's temporary files. -- 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]
