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

optimize calls to number_of_columns() in SheetReader.to_array() #26

Merged
merged 1 commit into from Dec 20, 2016
Merged

optimize calls to number_of_columns() in SheetReader.to_array() #26

merged 1 commit into from Dec 20, 2016

Conversation

ashkulz
Copy link

@ashkulz ashkulz commented Dec 20, 2016

pyexcel-xlsx uses openpyxl which computes this dynamically, which has a huge performance impact when the number of rows is high.

As discussed in #25, this is targetting the v0.2.x branch.

pyexcel-xlsx uses openpyxl which computes this dynamically, which
has a huge performance impact when the number of rows is high.
@ashkulz
Copy link
Author

ashkulz commented Dec 20, 2016

Looks like the build is broken for another reason, will investigate tomorrow...

@chfw
Copy link
Member

chfw commented Dec 20, 2016

Will have look soon. Notice the failure before your pull request.

@chfw chfw merged commit 2ec3be4 into pyexcel:v0.2.x Dec 20, 2016
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.

2 participants