【Python-Debuge】ModuleNotFoundError: No module named ‘pyexcel_xls‘

【Python-Debuge】ModuleNotFoundError: No module named ‘pyexcel_xls’

When operating on xls files, the reason for the error
is: pyexcel-xls v0.4.0 has split xls into two xlsr and xlsw, so you need to change to these statements:-hide import pyexcel_xls.xlsr-hide import pyexcel_xls.xlsw

The solution is to install pyexcel-xls

Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_46837674/article/details/113826458