Complete re-write
Added
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 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.
Updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- #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.