Skip to content

Releases: dimastbk/python-calamine

v0.1.2

23 May 05:13

Choose a tag to compare

What's Changed

  • fixed width getter by @simonadi in #23
  • Added argument to read N rows from sheet by @simonadi in #24
  • update calamine to master (add support of xls/xlsb datetime, improve parsing datetime in xlsx/xls/xlsb) by @dimastbk in #25
  • add tests for xlsb by @dimastbk in #25

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

01 May 06:36

Choose a tag to compare

What's Changed

  • update calamine to master (added support of parsing datetime in ODS) by @dimastbk in #20
  • returning cell value on error datetime (returned an Empty) by @dimastbk in #20
  • bump actions/cache to v3 by @dimastbk in #21

Full Changelog: v0.1.0...v0.1.1

v0.1.0

26 Mar 11:56
34ce42c

Choose a tag to compare

What's Changed

  • many improvements, refactoring by @dimastbk in #16
    • added reading from filelike objects (breaking change!)
    • CalamineReader -> CalamineWorkbook (breaking change!)
    • supporting pathlike
    • remove get_sheet_data/get_sheet_names functions (breaking change!)
    • updated readme/tests
  • bump pyo3 to 0.18.2, maturin to 0.14.6 by @dimastbk in #17
  • bump chrono, rust 2021 by @dimastbk in #18

Full Changelog: v0.0.8...v0.1.0