Relative Content

Tag Archive for python-3.xexceloutput

How can I export the text from the result of a python for-loop into an excel file?

I’m trying to get the body of an outlook email from a report I get daily (sometimes twice a day) and export it into an excel file. I know I can just copy it manually and paste it into a new workbook (since the content comes in csv format already in the body of the email), but I’m trying to do this to sharpen my Python skills.