python读取excel数据,遇到路径问题解决方案
python 读取excel文件 def readexcel(file,sheet_index=0): #parameters:file:文件路径 #sheet_index: 读取的工作表索引 #return:二维数组 workbook = xlrd.open_workbook(file) # all_sheets_list = workbook.sheet