📜  export_excel 文件 python 代码示例

📅  最后修改于: 2022-03-11 14:45:52.815000             🧑  作者: Mango

代码示例1
df.to_excel(r'Path where you want to store the exported excel file\File Name.xlsx', index = False)