Skip to content

Releases: pyexcel-renderers/pyexcel-text

support json and ndjson parsing

30 Jul 16:48
Compare
Choose a tag to compare

Adapt pyexcel 0.5.0

19 Jun 11:39
Compare
Choose a tag to compare

see change log for details

adapt pyexcel v0.4.0

22 Dec 10:44
Compare
Choose a tag to compare

api changes in pyexcel-io v0.3.0

adapt pyexcel 0.3.0

28 Oct 22:02
Compare
Choose a tag to compare

As in subject

update json output

14 Jul 07:47
Compare
Choose a tag to compare
  • serialize date and datetime
  • support rownames

followup bug fix

01 Jun 21:24
Compare
Choose a tag to compare

adapt pyexcel 0.2.2

01 Jun 19:12
Compare
Choose a tag to compare

see change log

Complete re-write

23 Apr 22:11
Compare
Choose a tag to compare

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.

Fix setup.py

30 Jan 21:59
Compare
Choose a tag to compare

failed to install dependency due to #2

Maintenance release

23 Dec 22:05
Compare
Choose a tag to compare
Maintenance release Pre-release
Pre-release

Keep up with pyexcel-io updates to 0.1.0. It is backward compatible with previous releases and will not break your code.