摘要: #读取excel# import xlrd #导入读excel的模块# book = xlrd.open_workbook('szz.xls') #建立excel链接# sheet = book.sheet_names() #获取所有的sheet页# sheet = book.sheet_by_index(0) #根据sheet页的位置取sheet页# sheet = book.sheet_b... 阅读全文
posted @ 2017-07-05 18:06 13684995613 阅读(142) 评论(0) 推荐(0) 编辑