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

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

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.