How to insert EXCEL tables into OUTLOOK email with Python

Опубликовано: 07 Январь 2025
на канале: Izzy Analytics
20,138
361

If you're interested in Outlook automation with Python, in this video, I'm going to show you how to insert and Excel table in an Outlook email. For this demonstration, we're going to insert a heat-map from Excel into an html-formatted mail in Outlook by saving the Excel range as an image and inserting that image into the body of the html template we use for the Outlook HTML body.

SERIES PLAYLIST:
   • Python Outlook Automation | pywin32  

EXCEL HEAT MAP:
https://github.com/israel-dryer/Outlo...

OUTLOOK API:
https://docs.microsoft.com/en-us/offi...

EXCEL API:
https://docs.microsoft.com/en-us/offi...

GITHUB TUTORIAL:
https://github.com/israel-dryer/Outlo...