I have made an excel sheet programmatically. and now I want to add conditional formatting on a specific cell range.
The formatting type is all the cells with values greater than 0 (>0)
How to go about doing it?
In excel I can do it using an inbuilt formula of Cell Values Greater Than
. But how to embed it in excel using C# and epplus?