import pandas as pd df = pd.read_excel('C:\\Users\\EDY\\Desktop\\日记账1月\\新手游农信.xls', header=None) print('完整数据:') print(df.to_string())