Releases: pyexcel/pyexcel-xls
Releases · pyexcel/pyexcel-xls
v0.5.4
v0.5.3
v0.5.2
v0.5.1
In line with pyexcel-io
put dependency on pyexcel-io 0.5.0, which uses cStringIO instead of StringIO. Hence, there will be performance boost in handling files in memory.
Maintenance release
close file handle and lml
Updated plugin interface to use pyexcel v0.4.0
and enforce that the file handle is closed.
Maintenance release
Maintenance release
Maintenance release
fix #14 by using xlwt instead of xlwt-future for python 3.x.