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