无法使用xlrd打开文件

时间:2018-08-06 08:03:55

标签: python-3.x xlrd

错误提示

  

FileNotFoundError:[错误2]没有这样的文件或目录:'test2.xls'

但是我已经多次核对了这个名字。

rb = xlrd.open_workbook("test2.xls", 'w')
# make a writable copy of the opened excel file
wb = copy(rb)

0 个答案:

没有答案