Releases: pyexcel-webwares/pyramid-excel
Releases · pyexcel-webwares/pyramid-excel
adapt pyexcel webio 0.1.2
Maintenance release
maintenance release
- update dependencies on pyramid>=1.4.9, pyexcel-webio>=0.0.6
- use moban to separate common texts from package specific info
set file name in response
allow developer to set download file name of the exported excel file
Initial release
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.