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

Load one row at a time #260

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Load one row at a time #260

wants to merge 2 commits into from

Conversation

gnat42
Copy link
Contributor

@gnat42 gnat42 commented Sep 9, 2015

When the excel sheet being read has many rows (in my case 6700+)
we run out of memory. This way we load a row per iteration.

When the excel sheet being read has many rows (in my case 6700+)
we run out of memory. This way we load a row per iteration.
We should always call setColumnHeaders() so that if someone extends the
function it is properly called.
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

Successfully merging this pull request may close these issues.

1 participant