I want to read excel 2007 files via python on my Ubuntu server. I have already checked http://www.python-excel.org/ xlwt and xlrd but it seems like none of them can read excel 2007 files.

What would be your recommendation?

Regards

link|improve this question

feedback

1 Answer

Try pyXLSX. There is also openpyxl which can also read / write .xlsx files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.