读取excel文件时报错:ImportError: Install xlrd >= 0.9.0 for Excel support

解决办法:

使用pip安装xlrd的库,并且在代码中import这个xlrd这个库。

添加:import xlrd

你可能感兴趣的:(Python)