Skip to content

Releases: pyexcel/pyexcel-ods

Maintenance release

07 May 12:18
Compare
Choose a tag to compare

maintenance release

13 Apr 15:57
Compare
Choose a tag to compare

recognise currency

02 Feb 22:03
Compare
Choose a tag to compare
v0.3.1

mention python version 3.3

Lazy loading

22 Dec 10:32
Compare
Choose a tag to compare

support pyexcel-io v0.3.0

Maintenance release

24 Oct 20:21
Compare
Choose a tag to compare

support pagination

31 Aug 18:07
Compare
Choose a tag to compare

see change log for more details

adapt pyexcel-io 0.2.0

01 Jun 18:59
Compare
Choose a tag to compare

see change log

Use yield in to_array

29 Jan 22:01
Compare
Choose a tag to compare
  1. Along with other pyexcel plugins, this one uses yield in to_array and returns a generator
  2. support multi-line text cell #5
  3. feature migration from pyexcel-ods3 pyexcel/pyexcel-ods3#5

Performance optimization release using pyexcel-io 0.1.0

23 Dec 21:55
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

09 Oct 22:48
Compare
Choose a tag to compare

fix issue #4, excessive trailing columns with empty values