https://bz.apache.org/bugzilla/show_bug.cgi?id=63474
PJ Fanning <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from PJ Fanning <[email protected]> --- Could you move this to the dev list? Reading xlsx files using XSSFWorkbook takes a lot of memory. In my mind you have options like * stay with POI 3.13 * increase your JVM heap * rewrite your code to use a streaming xlsx parser (eg https://svn.apache.org/repos/asf/poi/trunk/src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java) * try to patch POI 4.1 to use less memory -- 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]
