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