Python: Reading Excel 2007 files under Linux environment
I wan开发者_如何学Got 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
Try pyXLSX. There is also openpyxl which can also read / write .xlsx files.
精彩评论