All Versions
49
Latest Version
Avg Release Cycle
58 days
Latest Release
-

Changelog History
Page 5

  • v0.2.1 Changes

    โž• Added:

    . add pyexcel-text file types as attributes of pyexcel.Sheet and pyexcel.Book,

    related to #31 <https://github.com/pyexcel/pyexcel/issues/31>__

    . auto import pyexcel-text if it is pip installed

    โšก๏ธ Updated:

    ๐Ÿ”จ #. code refactoring done for easy addition of sources.

    . bug fix #29 <https://github.com/pyexcel/pyexcel/issues/29>__, Even if the

    format is a string it is displayed as a float ๐Ÿ‘€ #. pyexcel-text is no longer a plugin to pyexcel-io but to pyexcel.sources, see pyexcel-text#22 <https://github.com/pyexcel/pyexcel-text/issues/22>__

    โœ‚ Removed:

    ๐Ÿšš #. pyexcel.presentation is removed. No longer the internal decorate @outsource is used. related to #31 <https://github.com/pyexcel/pyexcel/issues/31>_

  • v0.2.0 Changes

    โšก๏ธ Updated

    . adopt pyexcel-io yield key word to return generator as content

    . pyexcel.save_as and pyexcel.save_book_as get performance improvements

  • v0.1.7 Changes

    โž• Added

    ๐Ÿ‘ #. Support pyramid-excel which does the database commit on its own.

  • v0.1.6 Changes

    โž• Added

    . get excel data from a http url

  • v0.0.13 Changes

    โž• Added

    ๐Ÿ‘ #. Support django 0๏ธโƒฃ #. texttable as default renderer

  • v0.0.12 Changes

    โž• Added

    ๐Ÿ‘ #. Added sqlalchemy support

  • v0.0.10 Changes

    โž• Added

    . added csvz and tsvz format

  • v0.0.4 Changes

    โšก๏ธ Updated

    ๐Ÿ‘ #. Support python 3

  • v0.0.1 Changes

    ๐Ÿ”‹ Features:

    . read and write csv, ods, xls, xlsx and xlsm files(which are referred later as

    excel files)

    . various iterators for the reader

    . row and column filters for the reader

    . utilities to get array and dictionary out from excel files.

    . cookbok receipes for some common and simple usage of this library.