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 theformat 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.