https://issues.apache.org/bugzilla/show_bug.cgi?id=50320
Nick Burch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Nick Burch <[email protected]> 2010-11-23 07:06:24 EST --- The XSSF UserModel needs more memory than the equivalent HSSF one, because it's XML based rather than records, and that uses more. If memory is a real issue, you'll want to do SAX based processing. http://poi.apache.org/spreadsheet/how-to.html#xssf_sax_api details how -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
