include version limit on pyexcel-io v0.5.19, to solve #185 . if you use python 2, no need to take action.
β¬οΈ for python3 users, if you use http source, you will need this upgrade. otherwise, it is unlikely you get affected.
β‘οΈ updated
π #. #182 <https://github.com/pyexcel/pyexcel/issues/182>_: support
dest_force_file_type on save_as and save_book_as
β‘οΈ updated
#176 <https://github.com/pyexcel/pyexcel/issues/176>_: get_sheet{IndexError}list index out of range // XLSX can't be opened
β‘οΈ updated
#174 <https://github.com/pyexcel/pyexcel/issues/174>_: include examples intarbar
β‘οΈ updated
π #. #169 <https://github.com/pyexcel/pyexcel/issues/169>_: remove
pyexcel-handsontalbe in test
β
#. add tests, and docs folder in distribution
β‘οΈ updated
#157 <https://github.com/pyexcel/pyexcel/issues/157>_: Please usescan_plugins_regex, which lml 0.7 complains about β‘οΈ #. updated dependency on pyexcel-io to 0.5.11
β added
returns the number of rows
#144 <https://github.com/pyexcel/pyexcel/issues/144>_: memory-efficient wayto read sheet names.
#148 <https://github.com/pyexcel/pyexcel/issues/148>_: force_file_type isintroduced. When reading a file on a disk, this parameter allows you to choose a reader. i.e. csv reader for a text file. xlsx reader for a xlsx file but with .blob file suffix. π #. finally, pyexcel got import pyexcel.version
β‘οΈ updated
#115 <https://github.com/pyexcel/pyexcel/issues/115>_, Fix set membershiptest to run faster in python2
#140 <https://github.com/pyexcel/pyexcel/issues/140>_, Direct writes tocells yield weird results
β‘οΈ updated
β added
#125 <https://github.com/pyexcel/pyexcel/issues/125>_, sort book sheetsβ‘οΈ updated
#126 <https://github.com/pyexcel/pyexcel/issues/126>_, dest_sheet_name insave_as will set the sheet name in the output
#115 <https://github.com/pyexcel/pyexcel/issues/115>_, Fix set membershiptest to run faster in python2
β added
pyexcel-io#46 <https://github.com/pyexcel/pyexcel-io/issues/46>_, exposebulk_save to developer.