Skip to content

v0.0.8

Latest

Choose a tag to compare

@xuri xuri released this 11 Dec 01:00
d1e457a

We are pleased to announce the release of version 0.0.8. Featured are a handful of new areas of functionality and numerous bug fixes.

A summary of changes is available in the Release Notes.

Release Notes

The most notable changes in this release are:

Notable Features

  • Add rows iterator to support stream reader and 14 new functions:
    • get_calc_props
    • get_custom_props
    • join_cell_name
    • rows
    • rows.close
    • rows.columns
    • rows.error
    • rows.get_row_opts
    • rows.next
    • set_calc_props
    • set_cell_default
    • set_cell_float
    • set_custom_props
    • split_cell_name

Bugfix

  • Fix get_rows function skip the empty rows, resolved issue #38
  • Fix missing function parameter checking for set_cell_bool function
  • Made functions set_row, set_sheet_col and set_sheet_row functions accept float data type value

Miscellaneous

  • Upgrade the dependencies package version
  • Using escape tab control character in the code doc blocks