Cell color change In Excel Using Conditional formatting in C#
- by Suryakavitha
Hi,
I have exported datatable to excel successfully... Now i have to change some cell color using Conditional formatting in Excel sheet using C#.... For example if a cell contains text as "Cat" it should be display in Green color and if a cell contains text as "Dog" it should display in blue Color.... Now how can i do this ?
Plz Anyone tell me the solution of this ...
or give me the code for it...
Thanks In Advance..