pyexcel v0.4.4 Release Notes

  • ⚡️ Updated

    . #68 <https://github.com/pyexcel/pyexcel/issues/68>_: regression

    save_to_memory() should have returned a stream instance which has been reset to zero if possible. The exception is sys.stdout, which cannot be reset.

    . #74 <https://github.com/pyexcel/pyexcel/issues/74>_: Not able to handle

    decimal.Decimal

    Removed

    . remove get_{{file_type}}_stream functions from pyexcel.Sheet and pyexcel.Book

    introduced since 0.4.3.