用Python复制和重命名excel文件
这个问题在这里已经有了答案:
你应该使用shutil.copy()
:
shutil.copy("HI.xlsx", "BYE.xlsx")
链接地址: http://www.djcxy.com/p/42321.html
上一篇: Copying and renaming excel files with Python
下一篇: How to copy a file to a specific folder in a Python script?