0

I need some help in Python code for formatting my table row color as per threshold values and send mail to Team.

This is my reference table

enter image description here

Here is the threshold:

enter image description here

I want this as output and send this table as body email:

enter image description here

Please help on achieving the same. Thanks for the help in advance

Sapta619
  • 9
  • 7
  • Where is your code? what kind of table? how is the table rendered? pandas? excel? html? this question needs way more info. – Chris Doyle Jun 15 '20 at 08:42
  • So what have you tried, where is your code, research and attempt to solve the problem? – Umar.H Jun 15 '20 at 08:42
  • this website is not a coding service... what have you tried? this is how you could do conditional formatting with the xlsxwriter library... https://xlsxwriter.readthedocs.io/example_conditional_format.html Here is a link to send an e-mail with python: https://realpython.com/python-send-email/ ... now we have put in equivalent effort... – David Erickson Jun 15 '20 at 08:42

0 Answers0