=================== RESTART: D:\Python\Python38\fistexcel.py ===================
Traceback (most recent call last):
File "D:\Python\Python38\fistexcel.py", line 43, in <module>
df=pd.read_excel('./xsmd.xlsx',sheet_name=1)
File "D:\Python\Python38\lib\site-packages\pandas\util\_decorators.py", line 299, in wrapper
return func(*args, **kwargs)
File "D:\Python\Python38\lib\site-packages\pandas\io\excel\_base.py", line 336, in read_excel
io = ExcelFile(io, storage_options=storage_options, engine=engine)
File "D:\Python\Python38\lib\site-packages\pandas\io\excel\_base.py", line 1080, in __init__
raise ValueError(
ValueError: Your version of xlrd is 2.0.1. In xlrd >= 2.0, only the xls format is supported. Install openpyxl instead.
>>>