Sairam Pareek

Greenhorn
+ Follow
since Nov 27, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sairam Pareek

Thanks for all the suggestions and sorry for delay in response.

Below post solved my problem:

http://www.myjeeva.com/2012/11/read-excel-through-java-using-xssf-and-sax-apache-poi/
11 years ago
I have a 6.33 MB size xlsx file which i am trying to read. One file is read successfully but when I try to read multiple (4) same files concurrently I am getting "outofmemory: java heap space".

Is there any workaround for this.

I have set the heap size to 512mb and using the latest poi libraries poi-ooxml-3.8-20120326.jar.

below is the code sample code:



ERROR:

11 years ago