import pandas as pd df=pd.read_excel('my.xlsx',engine='openpyxl',sheet_name='中国疫情') print(df.values) #这种方法获取的内容不包含表头及索引