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


Groups > comp.lang.python > #26364

xlrd 0.8.0 released!

Path csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <chris@simplistix.co.uk>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'means,': 0.07; 'subject:released': 0.07; 'python': 0.09; 'from:addr:simplistix.co.uk': 0.09; 'from:name:chris withers': 0.09; 'happen.': 0.09; 'message-id:@simplistix.co.uk': 0.09; 'received:89.151': 0.09; 'received:89.151.125': 0.09; 'received:89.151.125.140': 0.09; 'received:server1.simplistix.co.uk': 0.09; 'received:simplistix.co.uk': 0.09; 'supported.': 0.09; 'targets': 0.09; 'url:github': 0.09; 'bug': 0.10; ';-)': 0.11; 'files.': 0.13; 'yet.': 0.13; 'received:buzzkill.local': 0.16; 'simplistix': 0.16; 'to:name:python list': 0.16; 'url:issues': 0.16; 'url:simplistix': 0.16; 'xlrd': 0.16; 'all,': 0.21; 'do.': 0.21; 'from:addr:chris': 0.22; 'stick': 0.22; 'cheers,': 0.23; 'to:2**1': 0.23; 'header:User-Agent:1': 0.26; '2.6': 0.27; 'possible,': 0.27; 'chris': 0.28; "i'm": 0.29; 'related': 0.30; 'mode': 0.30; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'excel': 0.33; "can't": 0.34; 'thanks': 0.34; 'clear': 0.35; 'really': 0.36; 'but': 0.36; 'url:org': 0.36; 'announce': 0.36; 'should': 0.36; 'files': 0.38; 'things': 0.38; 'to:addr:python.org': 0.39; 'release': 0.39; 'list,': 0.39; 'john': 0.60; 'first': 0.61; 'here:': 0.62; 'details': 0.63; 'making': 0.64; 'maintenance': 0.65; 'url:co': 0.66; 'finally': 0.66; 'pleased': 0.66; 'url:0': 0.67; '"just': 0.84; 'around,': 0.84; 'lands': 0.84; 'seamless,': 0.84; 'received:89': 0.86; 'received:86': 0.93; 'email addr:googlegroups.com': 0.95
Date Wed, 01 Aug 2012 16:01:56 +0100
From Chris Withers <chris@simplistix.co.uk>
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:5.0) Gecko/20110624 Thunderbird/5.0
MIME-Version 1.0
To Python List <python-list@python.org>, python-excel@googlegroups.com
Subject xlrd 0.8.0 released!
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2832.1343833288.4697.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1343833288 news.xs4all.nl 6961 [2001:888:2000:d::a6]:58926
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26364

Show key headers only | View raw


Hi All,

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

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

This release finally lands the support for both .xls and .xlsx files.
Many thanks to John Machin for all his work on making this happen.
Opening of .xlsx files is seamless, just use xlrd as you did before and 
it all should "just work".

xlrd 0.8.0 is also the first release that that targets Python 2.6 and 
2.7, but no Python 3 just yet. Python 2.5 and below may work but are not 
supported. If you need to use Python 2.5 or earlier, please stick to 
xlrd 0.7.x.

Speaking of xlrd 0.7.x, that's now in "requested maintenance only" mode 
;-) That means, if possible, use 0.8.x. If you have a really good reason 
for sticking with 0.7.x, and you find a bug that you can't work around, 
then please make this clear on the python-excel@googlegroups.com and 
we'll see what we can do.

If you find any problems, please ask about them on the 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 | NextNext in thread | Find similar | Unroll thread


Thread

xlrd 0.8.0 released! Chris Withers <chris@simplistix.co.uk> - 2012-08-01 16:01 +0100
  Re: xlrd 0.8.0 released! pruebauno@latinmail.com - 2012-08-03 07:14 -0700

csiph-web