python使用openpyxl读取Excel文件显示No such file or directory

img

先检查文件路径是否正确,路径下是否有对应的文件,另外,需要pip安装openpyxl,因为在用read_excel读取xlsx格式文件需调用openpyxl库。
参考: