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


Groups > comp.lang.python > #93847 > unrolled thread

xlrd 0.9.4 released!

Started byChris Withers <chris@simplistix.co.uk>
First post2015-07-15 07:27 +0100
Last post2015-07-15 07:27 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  xlrd 0.9.4 released! Chris Withers <chris@simplistix.co.uk> - 2015-07-15 07:27 +0100

#93847 — xlrd 0.9.4 released!

FromChris Withers <chris@simplistix.co.uk>
Date2015-07-15 07:27 +0100
Subjectxlrd 0.9.4 released!
Message-ID<mailman.523.1436942022.3674.python-list@python.org>
Hi All,

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

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

This release includes the following changes:

- Automated tests are now run on Python 3.4

- Use ElementTree.iter() if available, not deprecated getiterator()
   when parsing xlsx files.

- Fix #106 : Exception Value: unorderable types: Name() < Name()

- Create row generator expression with Sheet.get_rows()

- Fix for forward slash file separator and lowercase names within xlsx
   internals.

Thanks to the following for their contributions to this release:

- Corey Farwell
- Jonathan Kamens
- Deepak N
- Brandon R. Stoner
- John McNamara

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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web