pyexcel / pyexcel-io

One interface to read and write the data in various excel formats, import the data into and export the data from databases
http://io.pyexcel.org
Other
58 stars 20 forks source link

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

Closed ashkulz closed 7 years ago

ashkulz commented 7 years ago

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.

ashkulz commented 7 years ago

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

chfw commented 7 years ago

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