使用Python 3.x解析Excel文件

Gui*_*ois 7 excel parsing python-3.x

我发现Python中很少有能够解析excel文件的库,并且它们都不在Python 3.x中,也没有成功通过2to3步骤.

你的建议是什么?

Sch*_*ron 2

查看Python 包索引 (Pypi),Python 3 部分。xlrd3 是 xlrd 的端口,xlrd 是一个用于解析 Excel 文件的 python 2.x 库。