摘要:
https://blog.csdn.net/qq_41262248/article/details/80799344 阅读全文
摘要:
xlrd 导入模块 import xlrd 2、打开指定的excel文件,返回一个data对象 data = xlrd.open_workbook(file) #打开excel表,返回data对象 3、通过data对象可以得到各个sheet对象(一个excel文件可以有多个sheet,每个sheet 阅读全文