[PR] Bug 68183: SXSSFWorkbook should dispose of temporary files when close() is called [poi]

2024-02-08 Thread via GitHub
InfiniteLoop90 opened a new pull request, #586: URL: https://github.com/apache/poi/pull/586 This way consumers can use the workbook in a try-with-resources statement and the temp files will always be cleaned up without having to remember to explicitly call SXSSFWorkbook#dispose(). -- Thi

[Bug 68183] SXSSFWorkbook should dispose of temporary files when close() is called

2024-02-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=68183 --- Comment #1 from Clayton Bodendein --- I created a pull request on GitHub for this here: https://github.com/apache/poi/pull/586 -- You are receiving this mail because: You are the assignee for the bug. -