Is there anyway to get the formatting for a cell that's formatting is through conditional formatting rules?

I am trying to extract the formatting on an excel 2010 sheet, the problem is that the formatting is all done via conditional formatting.

is there anyway to get the format of the cell without dealing with the conditional formatting?


This message was posted using Page2Forum from Conditional Formatting - Aspose.Cells for .NET

Hi,

Please try extracting the formatting of the cell using the following code

i.e

Style st=cell.GetStyle();