Hi Everyone Is there a way to determine whether a cell has ANY format conditions? In Excel, you can ask Range.FormatConditions.Count to obtain whether any cell has formatting different from the default.
In POI, am I correct in saying every cell has a CellStyle and I will need to go through each one to determine if the font, colour, borders, etc. are different from the default? Thanks Stuart --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
