python打开excel指定的sheet_“python读取excel莫个页签sheets()行数,并且获取里边的内容。“excel打开发现不可读取...
vb读取excel内容查找,麻烦python读取excel莫个页签sheets()行数,并且获取里边的内容。>>> data = xlrd.open_workbook('TEST.xls')>>> table = data.sheets()[0]>>> nrows = table.nrows #行数_cellValues=[]for i in range(nrows):_cellValues.ap...