On 20 July 2012 12:02, Alexander Ortenburger <
orten...@gmail.com> wrote:
> I'm using your port regularly, up to now I didn't find any bugs. (xslm and
> xls files)
> Imho it should be merged to master.
Thanks Alexander, it's great to have some real-world testing.
> A nice feature would be to parse csv-files the same way so that you do not
> have to switch between two readers.
That's an interesting idea - I guess the way to do that would be to
provide a wrapper that behaved like csv.reader in the Python standard
library.
Depending on what you need it for, you could also look at pandas,
which can read csv or xls files (using xlrd) into a common DataFrame
structure. There's documentation here:
http://pandas.pydata.org/pandas-docs/stable/io.html
Best wishes,
Thomas