Python Forum
code to read files in folders and transfer the file name, type, date created to excel - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: code to read files in folders and transfer the file name, type, date created to excel (/thread-31355.html)



code to read files in folders and transfer the file name, type, date created to excel - Divya577 - Dec-06-2020

Hi Forum,

I am trying to write a code to create a excel file with table based on number of files present in the folder.

the output should look like
SNo, File Name, file type, created date, created by and hyperlink to file

Can someone help me with code.

Regards,
|Divya