pjfanning commented on issue #881: URL: https://github.com/apache/poi/issues/881#issuecomment-3191330638
* one way to save memory is to use `new XSSFWorkbook(File)` instead of `new XSSFWorkbook(InputStream)` * when you use the file directly, POI uses commons-compress ZipFile API to access the zip entries so `getPackagePart().getInputStream()` doesn't need to read all the data into memory but can stream from the zip entry instead. -- 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