I'm generating an Excel document from a template and I'm trying to apply a color to a row based on the value of data entered. So my data contains a Status property, that is either Open or Closed.
How do I set the row to Green if cell value is Open and Red if cell value is Closed?
Thanks