import pandas as pd df = pd.read_excel('参数表.xlsx', sheet_name='收支分类参数', dtype=str, header=1) print('所有行:') print(df)