monitorjbl / excel-streaming-reader

An easy-to-use implementation of a streaming Excel reader using Apache POI
Apache License 2.0
946 stars 343 forks source link

Getting OutofMemory issue for xlsx file #210

Open rkanumola opened 4 years ago

rkanumola commented 4 years ago

Hi,

We are using apache poi API to read the xlsx files and getting the OutofMemory issue for the attached file. Can you please check and suggest me what is going wrong and how to tackle this problem. Let me know if you need nay details from our end. The following logic we are using to create a workbook for the given excel file.

File input = macro.getFile(info, file, url); 
Workbook workbook=WorkbookFactory.create(input);

Note: I am not using xlsx-streamer APIs yet.

Thanks RK Samle_File.xlsx