pjfanning commented on issue #879: URL: https://github.com/apache/poi/issues/879#issuecomment-3188073053
It will be a while before we do a release with the #880 change. You can workaround this issue in code using: ``` XSSFWorkbook workbook = ... for (PackagePart part : workbook.getPackage().getParts()) { part.close(); // remove temp file associated with the package part } workbook.close(); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org