使用python3.8 读取excel 文件 里面数字应该是100002536 变成1.00E++ 乱码
df2=pd.read_excel(r'C:\Users\orajun.xlsx')
加如utf-8 已经不支持会报错
怎样恢复正常
参考