Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing HUGE Excel workbooks #28

Open
damanpradhan opened this issue May 30, 2014 · 1 comment
Open

Parsing HUGE Excel workbooks #28

damanpradhan opened this issue May 30, 2014 · 1 comment

Comments

@damanpradhan
Copy link

I have an Excel workbook that has almost 914090 rows. The activity of parsing this Workbook does not end even after a day and almost 3 GB of memory is consumed and held during the process.

I have tried 60000 rows and it takes almost 5 hrs to get the data in memory and mem use peaks at 2.6 GB.

Is there any workaround for this scenario ?

@shrimpwagon
Copy link
Contributor

Problem was each cell iteration was doing an xpath query on the XML strings.

My merge has all the values going into one array up front then the iteration uses the array index:

#52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants