Hi Guys,
I have source where data is as below:
I want to generate an excel based output in which row where ColA=1 in the excel output then that row will be of RED color
I.e
* When ColA=1 --> Row in excel output will be RED
* When ColA=2 --> Row in excel output will be GREEN
* When ColA=3 --> Row in excel output will be YELLOW
I cannot set any property in the excel output sheet.
Please suggest
Thanks
AS