https://bz.apache.org/bugzilla/show_bug.cgi?id=59841
Bug ID: 59841
Summary: ZipInputStreamZipEntrySource should use temp files
instead of ByteArrayOutputStream
Product: POI
Version: 3.14-FINAL
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
I have a use case where I have a worksheet with a large amount of data.
I'm using XSSFEventBasedExcelExtractor to try to extract the text from the
workbook and am hoping to use as little memory as possible.
Most of the code base seems pretty memory efficient but the putting the
worksheet data into a ByteArrayOutputStream in the
ZipInputStreamZipEntrySource.FakeZipEntry causes high memory consumption.
POI has temp file support via DefaultTempFileCreationStrategy.
Would it be possible to consider using temp files in this code base, even it
was just for data beyond a certain size?
--
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]