https://bz.apache.org/bugzilla/show_bug.cgi?id=57666
--- Comment #2 from Yaniv Kunda <[email protected]> --- (In reply to Nick Burch from comment #1) > Any chance of a patch to fix this? Actually, I've looked further into this and the problem might be different: In my case (and I failed to mentioned this), after creating the SXSSFWorkbook using the existing XSSFWorkbook, I've deleted the sheet created as a copy from the XSSFWorkbook, using removeSheetAt(). So the problem might in fact be that removeSheetAt() does not delete its writer's temp file. -- 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]
