Releases: pyexcel/pyexcel-ods
Releases · pyexcel/pyexcel-ods
Maintenance release
maintenance release
recognise currency
v0.3.1 mention python version 3.3
Lazy loading
support pyexcel-io v0.3.0
Maintenance release
fix bug #14
support pagination
see change log for more details
adapt pyexcel-io 0.2.0
see change log
Use yield in to_array
- Along with other pyexcel plugins, this one uses yield in to_array and returns a generator
- support multi-line text cell #5
- feature migration from pyexcel-ods3 pyexcel/pyexcel-ods3#5
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
fix issue #4, excessive trailing columns with empty values