I am working on manipulation Excel, in order to convert it to HTML, and I am using ClosedXML/EP plus.
The issue here:
I can't identify for a cell if conditional formatting has been applied or not.
When I am doing ws.Cell(address).Style.Fill.BackgroundColor
, I am getting the default Background Color of the cell even if the conditional formatting is applied.
Thanks for your help.