xlrd and xlwt releases

169 views
Skip to first unread message

Chris Withers

unread,
Feb 1, 2012, 2:52:27 AM2/1/12
to python...@googlegroups.com
Hi All,

It's been far too long since there have been any xlwt and xlwrd
releases, I have the power so I'm thinking of cutting some ;-)

Unless anyone objects, I'll be cutting releases based from current trunk
as soon as possible.

I'd then like to do two further releases:

- an xlrd release with xlsxrd merged in

- an xlwt release containing autofit.

I'd be interested in people's thoughts...

cheers,

Chris

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

RHouse

unread,
Feb 1, 2012, 4:12:25 AM2/1/12
to python...@googlegroups.com
Hi Chris,
Good proposal. +1 on the xlsx stuff from me. That would save me re-saving users spreadsheets as xls.
In the past  I have missed having autofit, so +1 on that as well.

Regards,
Richard

David Hoffman

unread,
Feb 1, 2012, 6:58:36 AM2/1/12
to python...@googlegroups.com
Yes, excellent, Chris.  Thanks!

John Machin

unread,
Feb 1, 2012, 7:42:09 AM2/1/12
to python...@googlegroups.com
Hi Chris,

Thanks for the offer (and all the nagging!).

xlwt trunk is ready to be released as version 0.7.3. (N.B. three very recent commits). Go for it!

xlrd will be ready as 0.7.2 in a day or two (some documentation changes and some minor tidying).
Note that as previously discussed I want to announce that 0.7.2 will be the last version to support Python 2.1 and 2.2.

I'd be very happy for you to put "autofit" into xlwt.

I'd very much prefer to do the xlsxrd stuff myself, if I have the time. Let's review the schedule weekly.

Cheers,
John

Harald Armin Massa[legacy]

unread,
Feb 1, 2012, 5:35:44 AM2/1/12
to python...@googlegroups.com
Unless anyone objects, I'll be cutting releases based from current trunk as soon as possible.

I'd then like to do two further releases:

- an xlrd release with xlsxrd merged in

- an xlwt release containing autofit.

I'd be interested in people's thoughts...

I like this plans. 

Harald
 

--
GHUM Harald Massa
persuadere et programmare
Harald Armin Massa
Spielberger Straße 49
70435 Stuttgart
0173/9409607
no fx, no carrier pigeon
-
Using PostgreSQL is mostly about sleeping well at night.

alain legault

unread,
Feb 10, 2012, 9:31:47 AM2/10/12
to python-excel
Hi Chris

a +1E99 for getting xlsxrd merged in...somebody just threw an xlsx my
way :-0 VERY timely.

many thanks

Alain

Matt Smith

unread,
Feb 15, 2012, 4:12:11 PM2/15/12
to python-excel
I would love to have the xlsx reader. It would greatly lower my user
barriers to entry.

Ash Krishan

unread,
Feb 16, 2012, 11:10:15 AM2/16/12
to python...@googlegroups.com

+1 Chris...excellent thought.

> --
> You received this message because you are subscribed to the Google Groups "python-excel" group.
> To post to this group, send an email to python...@googlegroups.com.
> To unsubscribe from this group, send email to python-excel...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/python-excel?hl=en-GB.
>

Scott Michel

unread,
Feb 20, 2012, 12:42:38 AM2/20/12
to python-excel
Has the documentation been upgraded to use something resembling
docutils or sphinx?

John Machin

unread,
Feb 20, 2012, 4:23:14 AM2/20/12
to python...@googlegroups.com
No. Why do you ask?

Chris Withers

unread,
Feb 20, 2012, 1:15:50 PM2/20/12
to python...@googlegroups.com, Scott Michel
On 20/02/2012 05:42, Scott Michel wrote:
> Has the documentation been upgraded to use something resembling
> docutils or sphinx?

Not the packages, no.

I'm contemplating sprinting on turning the tutorial into a Sphinx-based
project on GitHub.

If that goes okay, I'd maybe look to do xlutils, xlwt and then xlrd, in
that order.

Of course, I'm proving to be just as time constrained as John when it
comes to doing releases right now, so let's not hold our breath ;-)

Scott Michel

unread,
Feb 21, 2012, 1:12:19 AM2/21/12
to python-excel
Usability. Whilst I do like to read other people's code to figure out
all of the hidden, cool features and I know how to open extra tabs
just to keep the various pages I need to keep handy, Sphinx-based
documentation just seems to be more comfortable.

Sorry if it came off a bit cheeky, but python.org's documentation is
nice and usable.

And to Chris: No need. I'm already there. Mostly. In progress and
relatively far along. And I kept the English spellings.

Chris Withers

unread,
Feb 21, 2012, 3:43:20 AM2/21/12
to python...@googlegroups.com, Scott Michel
On 21/02/2012 06:12, Scott Michel wrote:
> And to Chris: No need. I'm already there. Mostly. In progress and
> relatively far along. And I kept the English spellings.

Care to share?

John Machin

unread,
Feb 21, 2012, 5:29:44 AM2/21/12
to python...@googlegroups.com
What hidden cool features have you found in xlrd? In what respect is xlrd's documentation not nice or not usable?

Scott Michel

unread,
Feb 23, 2012, 12:13:41 PM2/23/12
to python-excel
@John: Can't say that I've found any hidden features, per se, but I
now understand xlrd's code better. xlrd's documentation could be less
sparse in places. Hyperlinking classes as they occur on the
documentation is also known to be a nice feature. With the current
documentation scheme, I end up having a lot of browser tab clutter
from having the various class documentation open.

Something that occurred to me whilst looking at XF: wouldn't it be
preferred to implement properties instead of the magic underscored
booleans?

One thing about using Sphinx for the documentation: it eliminates the
class variable documentation hack. Performance-wise, this is probably
not even noticeable. But it is hygenic.

@Chris: Of course I'm happy to share. Are you looking for something
interim or complete? I suspect complete is preferred.


-scooter

Chris Withers

unread,
Feb 23, 2012, 12:27:39 PM2/23/12
to python...@googlegroups.com, Scott Michel
On 23/02/2012 17:13, Scott Michel wrote:
> @Chris: Of course I'm happy to share. Are you looking for something
> interim or complete? I suspect complete is preferred.

It would be interesting to see the interim, where can I take a look?

Scott Michel

unread,
Feb 23, 2012, 3:39:00 PM2/23/12
to python-excel
Haven't amended the patchset in a bit, but it's visible on github:
https://github.com/bscottm/xlrd

Scott Michel

unread,
Feb 23, 2012, 6:22:20 PM2/23/12
to python-excel
To increase cluon flux density, look in the doc subdirectory. I'll try
to amend-commit the lastest set of edits later this evening (Pacific
time).
> >              -http://www.simplistix.co.uk- Hide quoted text -
>
> - Show quoted text -
Reply all
Reply to author
Forward
0 new messages