https://issues.apache.org/bugzilla/show_bug.cgi?id=38632
Carmen Alvarez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID |--- --- Comment #3 from Carmen Alvarez <[email protected]> --- Hello, I'm sorry about resurrecting this thread from 6 years ago, just to add a "me too". But I am having this problem as well (the same stacktrace). I cannot increase the heap size, as I am attempting to export an Excel file from an Android device. I had hoped to switch from JXL to POI because it seems that POI is better maintained. Both libraries had OutOfMemoryErrors when creating a large Excel file. JXL has an option to not load everything in memory, but to use a temporary file. Using this option solved this issue using that library. So I'm wondering if this could indeed be a bug in POI that could be resolved by using a temporary file instead of memory. Could you please elaborate with a bit more details, if this is really not a bug? Thanks. -- 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]
