Skip to content

Releases: pyexcel/pyexcel-xls

lazy loading

22 Dec 10:29
Compare
Choose a tag to compare

support pyexcel-io v0.3.0

Support a generator list of a generator list

20 Sep 19:36
Compare
Choose a tag to compare

support pagination

31 Aug 18:00
Compare
Choose a tag to compare

more details are in change log

support hidden sheets

13 Jul 19:06
Compare
Choose a tag to compare

adapt pyexcel-io 0.2.0

01 Jun 18:51
Compare
Choose a tag to compare

see changelog.rst

Performance optimization release using pyexcel-io 0.1.0

24 Mar 12:05
Compare
Choose a tag to compare

This official release following v0.1.0-rc1

Performance optimization release using pyexcel-io 0.1.0

23 Dec 22:01
Compare
Choose a tag to compare

This release is backward compatible with earlier releases. 'streaming' is an extra option given to get_data. Only when 'streaming' is explicitly set to True, the data will be consisted of generators, hence will break your existing code.

Maintenance release

03 Nov 23:01
Compare
Choose a tag to compare

Unified api acorss pyexcel-* extensions

21 May 00:38
Compare
Choose a tag to compare

get_data and save_data are seen across pyexcel-* extensions. remember them once and use them across all extensions.

Optimization for loading single sheet from a multiple book

21 Feb 22:53
Compare
Choose a tag to compare
  • Loads only one sheet from a multiple sheet book
  • Use New BSD License