https://issues.apache.org/bugzilla/show_bug.cgi?id=53780
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Yegor Kozlov <[email protected]> --- Patch applied in r1384784 with some tweaks. SheetDataWriter.dispose must close the corresponding Writer object before deleting the temp file. Without this change your unit test fails on Windows. I also tweaked SXSSF unit tests to cleanup temp files: every new instance of SXSSFWorkbook in the tests must be accompanied by workbook.dispose(). We no longer use the trick with File.deleteOnExit and must free the resources explicitly. Regards, Yegor -- 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]
