摘要: 1. 读excel里的内容 导入模块:import xlrd 打开excel,找到sheet,再查找sheet表中的数据,行的值,列的值,具体到某个单元格的数据,可以统计有多少行,多少列数据 import xlrd book = xlrd.open_workbook('students.xls')# 阅读全文
posted @ 2019-06-26 23:33 测试freshman 阅读(192) 评论(0) 推荐(0)