操作excel语法

info_file = xlrd.open_workbook(
OSS_PATH + xlrd_paths + upload_file_name) # 打开excel文件
info_sheet = info_file.sheets()[0] # 通过索引顺序获取工作表
# row_count = info_sheet.nrows  # 获取行数,列数ncols
原文地址:https://www.cnblogs.com/PMXGG/p/15716256.html