开发者

Python: Reading Excel 2007 files under Linux environment

开发者 https://www.devze.com 2023-01-15 06:37 出处:网络
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 file

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消