- Picking up an attachment that comes through every day as a CSV that needs to be loaded.
- Opening up the body of an e-mail which is a link to a download. I then process the downloaded file but that's another matter altogether.
The code:
Information on automating office, excel, word etc. with Python. Also some information on machine learning..... I am learning so my codes probably not always perfect but it gets the job done....
Hello
ReplyDeleteI am creating a program in pywinauto for getting time for sending an email. I opened the outlook then create a new email then add to, from and body and click send. Now from send mail till the email sent, i want to calculate the time, but not getting the correct one. Can you please help?
Can you please send the code for the below two points:
ReplyDeletePicking up an attachment that comes through every day as a CSV that needs to be loaded.
Opening up the body of an e-mail which is a link to a download. I then process the downloaded file but that's another matter altogether.