Python Forum
Copying Folders From List in excel file and Pasting in New Location?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copying Folders From List in excel file and Pasting in New Location?
#1
Hello All,

I'm fairly new to coding with Python. I have an excel file that has a list of folder locations in column A and the destination folder in column B. I will like the code to loop through column A and copy the folders to the locations in column B. I'm not sure where to even start here. I've been Googling but I haven't found anything.

Thanks!
Reply
#2
For reading the excel file
http://www.python-excel.org/

For copying the files
https://docs.python.org/3/library/shutil.html
Reply
#3
Thanks Yoriz!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  PGP Encryption/Decryption -Excel File sparvathaneni 1 2,642 Aug-17-2020, 05:25 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020