Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python: Reading Excel 2007 files under Linux environment

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

like image 423
Hellnar Avatar asked Aug 31 '26 14:08

Hellnar


1 Answers

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

like image 91
miles82 Avatar answered Sep 02 '26 03:09

miles82