import pandas as pd
df = pd.read_excel('./xx.xls')
print(df.columns)

 

相关文章: