Copying and renaming excel files with Python
This question already has an answer here:
你应该使用shutil.copy() : 
shutil.copy("HI.xlsx", "BYE.xlsx")
上一篇: 在python中从.txt写入.md
下一篇: 用Python复制和重命名excel文件
