Python3读取Excel表格数据时报错:ImportError: Missing optional dependency ‘xlrd‘. Install xlrd >= 1.0.0 for Exc

一:Python3读取excel表格报错

ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel support Use

二: 解决方案

here.
PS D:\program_file_worker\python_source_work> pip install xlrd
Collecting xlrd
  Downloading xlrd-2.0.1-py2.py3-none-any.whl (96 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.5/96.5 kB 104.2 kB/s eta 0:00:00
Installing collected packages: xlrd
Successfully installed xlrd-2.0.1
 

猜你喜欢

转载自blog.csdn.net/u014635374/article/details/133470976
今日推荐