Skip to content

Releases: pyexcel/pyexcel-xlsx

Performance optimization release using pyexcel-io 0.1.0

24 Mar 12:03
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.

Performance optimization release using pyexcel-io 0.1.0

23 Dec 22:03
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.

Avoid dependencies being dropped by python 3's pip

19 Dec 22:26
Compare
Choose a tag to compare

due to this failed build, openpyxl was not picked up by python 3's pip : https://travis-ci.org/chfw/pyexcel/jobs/97762428

Maintenance release

16 Dec 23:12
Compare
Choose a tag to compare

Deliver pull request #3

Maintenance release

09 Oct 22:41
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 23:01
Compare
Choose a tag to compare
  • Loads only one sheet from a multiple sheet book
  • Use New BSD License

Enforce reading values if a cell contains a formular

31 Jan 21:27
Compare
Choose a tag to compare

Openpyxl had a data_only option upon opening a xlsx file. By passing data_only=True, this library would be able to read values back.

Bug fix

09 Jan 23:20
Compare
Choose a tag to compare

Use pyexcel-io 0.0.2

15 Dec 22:40
Compare
Choose a tag to compare
Use pyexcel-io 0.0.2 Pre-release
Pre-release
  • IO interface update as pyexcel-io introduced keywords in function calls.