Hi All,
I’m fetching the data from excel and storing all the data in datatable variable named as products_dt. Based on certain conditions of particular columns I have to change color/font of string.
For e.g Compare Column Value1 and Value2
In case of equal : Color should be green in column named check which would be part of the datatable.
Problem statement : Here, I’m looping through the datatable and I’m able to assign the value by comparing the columns. However, not able to change the color or the font. Any insights how it can be done?
Thanks and regards,
Ilangos