python基础 xlrd xlutils 读excel和修改excel
摘要:
#xlwt只能写import xlrd #只能读book=xlrd.open_workbook('user.xls')sheet=book.sheet_by_index(0)#根据索引查找sheetprint(book.nsheets)sheet2=book.sheet_by_name('学生信息' 阅读全文
posted @ 2019-07-22 15:55 heaven123 阅读(1573) 评论(0) 推荐(0) 编辑