Skip to content

Releases: pyexcel-webwares/pyramid-excel

adapt pyexcel webio 0.1.2

20 Jul 07:51
Compare
Choose a tag to compare
v0.0.5

release 0.0.5

Maintenance release

29 Jun 13:31
Compare
Choose a tag to compare

maintenance release

16 Mar 23:33
Compare
Choose a tag to compare
  1. update dependencies on pyramid>=1.4.9, pyexcel-webio>=0.0.6
  2. use moban to separate common texts from package specific info

set file name in response

16 Jan 23:57
Compare
Choose a tag to compare

allow developer to set download file name of the exported excel file

Initial release

03 Jul 19:26
Compare
Choose a tag to compare

The highlighted features are:

turn uploaded excel file directly into Python data struture
pass Python data structures as an excel file download
provide data persistence as an excel file in server side
supports csv, tsv, csvz, tsvz by default and other formats are supported via the following plugins:

Available Plugins
Plugins Supported file formats
pyexcel-xls xls, xlsx(r), xlsm(r)
pyexcel-xlsx xlsx
pyexcel-ods ods (python 2.6, 2.7)
pyexcel-ods3 ods (python 2.7, 3.3, 3.4)
pyexcel-text (write only) json, rst, mediawiki, etc.