Skip to content

Releases: pyexcel/pyexcel-ods

Complete fix for libreoffice datetime field

25 Sep 21:04
Compare
Choose a tag to compare

Bug fix: date field could have datetime from libreoffice

22 Sep 18:50
Compare
Choose a tag to compare

bug fix: utf-8 string throw unicode exceptions

20 Aug 18:17
Compare
Choose a tag to compare

Quick release to get rid of buggy odfpy 1.3.0

27 Jun 23:28
Compare
Choose a tag to compare

Bug fix: "number-columns-repeated" is now respected

28 May 16:22
Compare
Choose a tag to compare

Unified api acorss pyexcel-* extensions

21 May 00:36
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:39
Compare
Choose a tag to compare
  • Loads only one sheet from a multiple sheet book
  • Use New BSD License

IO interface update

15 Dec 22:50
Compare
Choose a tag to compare
IO interface update Pre-release
Pre-release
  • IO interface update as pyexcel-io introduced keywords.

initial release

07 Dec 17:33
Compare
Choose a tag to compare
initial release Pre-release
Pre-release
  • read, manipulate and write data in ods format
  • use pyexcel-io interface