摘要: import xlrd import xlwt #读取 xlrd.Book.encoding = "gbk" wb = xlrd.open_workbook(filename='sfp.xlsx', ) table = wb.sheets()[3] nrows = table.nrows for k 阅读全文
posted @ 2018-12-19 17:29 MAU 阅读(3804) 评论(0) 推荐(1) 编辑