How can i check conditional format with TimeSpan
apart from this
var condFormat1 = worksheet.Range(3, 8, 32, 8).AddConditionalFormat().WhenGreaterThan("00:30:00").Fill.SetBackgroundColor(XLColor.Red);
↧