- Read specific data structure from pure json format: two dimensional array, a dicionary of list or two dimensional list and a list of records.
- Read newline delimited json. two dimensional arrays, a a dicionary of list or two dimensional list and a list of records are supported.
- Support pyexcel v0.5.0. Plugin interface updated to Renderer
- removed deprecated save_as and save_to_memory functions
- Support pyexcel v0.4.0
- support pyexcel v0.3.0
- json format: serialize date and datetime
- if a sheet has row_names, its json output become records(a list of dictionary) instead of a dictionary of row name vs the rest of row values.
- quick bug fix, see issue #27
- compactibility with pyexcel-io 0.2.0 and pyexcel 0.2.2
It is a complete re-write of the whole extension.
- html support
- support pyexcel 0.2.0's generator output
- pypy and pypy3 in test targets
- support file stream and dot notation, e.g. pyexcel.Sheet.rst will return rst text representation of it.
- #8, write_header as an option(False) to disable header writing
- the json output of multiple sheet book will be sorted by its sheet names.
- No longer, pyexcel-text is pyexcel-io plugin but pyexcel.sources plugin.
- #2, fix a typo in setup.py
- support pyexcel 0.2.0
- #1, align api interface
- with other pyexcel plugins, e.g. save_as, save_book_as
- support pyexcel 0.0.9
Initial release