https://issues.apache.org/bugzilla/show_bug.cgi?id=57292
Bug ID: 57292
Summary: APache POI 3.9 work
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: blocker
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Hi All,
Below is my code to read xlsm file :
byte[] filedata = attachmentValue.getFileData();
InputStream inputFileStream = new ByteArrayInputStream(filedata);
//Create Workbook instance for xlsx/xls file input stream
Workbook workbook = null;
workbook = WorkbookFactory.create(inputFileStream);
This code work well upto 5 MB. But after that throwing Out Of Memory Exception.
I am using POI 3.9 jars
Please suggest.
--
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]