Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42857

xlrd 0.9.1 released!

Date 2013-04-05 19:22 -0300
From Chris Withers <chris@simplistix.co.uk>
Subject xlrd 0.9.1 released!
Newsgroups comp.lang.python
Message-ID <mailman.163.1365200578.3114.python-list@python.org> (permalink)

Show all headers | View raw


Hi All,

I'm pleased to announce the release of xlrd 0.9.1:

http://pypi.python.org/pypi/xlrd/0.9.1

This release includes the following changes:

- A tonne of bugs when used with Python 3 were fixed thanks to John Machin.

- Extra byte data in hyperlink records now records a warning rather than 
raising an exception.

- Improved handling of aberrant Excel 4.0 Worksheet files

- setup.py and MANIFEST simplifaction along with removal of a tonne of 
code that was needed before we dropped support for Python 2.5 and below. 
Thanks to Thomas Kluyver to the commits.

- Removed vestiges of support for pickleable Book objects. This hasn't 
worked for some time, so the options to support it have gone.

If you find any problems, please ask about them on the 
python-excel@googlegroups.com list, or submit an issue on GitHub:

https://github.com/python-excel/xlrd/issues

Full details of all things Python and Excel related can be found here:

http://www.python-excel.org/

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

xlrd 0.9.1 released! Chris Withers <chris@simplistix.co.uk> - 2013-04-05 19:22 -0300

csiph-web