Skip to content

Complete re-write

Compare
Choose a tag to compare
@chfw chfw released this 23 Apr 22:11
· 84 commits to master since this release

Added
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  1. html support
  2. support pyexcel 0.2.0's generator output
  3. pypy and pypy3 in test targets
  4. support file stream and dot notation, e.g. pyexcel.Sheet.rst will return rst text representation of it.

Updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  1. #8, write_header as an option(False) to disable header writing
  2. the json output of multiple sheet book will be sorted by its sheet names.
  3. No longer, pyexcel-text is pyexcel-io plugin but pyexcel.sources plugin.