DEV Community

Discussion on: Automate sending emails from Excel with Python

Collapse
 
ibnsamy96 profile image
Mahmoud Ibn Samy

Perfect, I wrote a simple script to do the same task but used openpyxl library instead of xlrd as I wanted to write in the xlsx files not just read their data.
But why you used time.sleep() at the end?