Skip to content

Releases: pyexcel/pyexcel-xls

Write datetime object

24 Jan 23:27
Compare
Choose a tag to compare

Older versions write datetime object as date object. This version fixes this problem. When a datetime object is written, it uses "DD/MM/YY HH:MM:SS" format.

Bug fix

09 Jan 21:49
Compare
Choose a tag to compare

Use pyexcel-io 0.0.2

15 Dec 22:35
Compare
Choose a tag to compare
Use pyexcel-io 0.0.2 Pre-release
Pre-release
  • IO interface update: pyexcel-io v0.0.2 introduced keywords

Release Update

07 Dec 16:57
Compare
Choose a tag to compare
Release Update Pre-release
Pre-release
  • Removed xlsm, xlsx writer as xlwt does not handle it at all
  • using pyexcel-io as unified plugin interface
  • renamed the package: from pyexcel-xl to pyexcel-xls

Standalone wrapper library to read, write and manipulate data in xls, xlsx and xlsm formats

20 Nov 20:20
Compare
Choose a tag to compare
  • a plugin to pyexcel
  • a usable standalone library