Releases: pyexcel/pyexcel-xls
Releases · pyexcel/pyexcel-xls
lazy loading
support pyexcel-io v0.3.0
Support a generator list of a generator list
support pagination
more details are in change log
support hidden sheets
adapt pyexcel-io 0.2.0
see changelog.rst
Performance optimization release using pyexcel-io 0.1.0
This official release following v0.1.0-rc1
Performance optimization release using pyexcel-io 0.1.0
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
Unified api acorss pyexcel-* extensions
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
- Loads only one sheet from a multiple sheet book
- Use New BSD License