可以考虑读取的时候指定列或条件如 xlrd 库
wb = xlrd.open_workboob(path) #读取excel文件 ws = wb.sheet_by_name(name) #根据名字选sheet print(ws.col_values(1)) #输出第二列的数