st-dotnet
st-dotnet
Hi, I am using this code using (var package = new ExcelPackage(newFile)) { ExcelWorksheet sheet1 = package.Workbook.Worksheets["Sheet1"]; OfficeOpenXml.ConditionalFormatting.Contracts.IExcelConditionalFormattingRule oldConditionalFormattingRule = sheet1.ConditionalFormatting.First(); X14CondtionalFormattingRule x14ConditionalFormattingRule = sheet1.X14ConditionalFormatting.X14Rules.First(); OfficeOpenXml.ConditionalFormatting.Contracts.IExcelConditionalFormattingRule format1 = sheet2.ConditionalFormatting.ElementAt(0); OfficeOpenXml.ConditionalFormatting.Contracts.IExcelConditionalFormattingRule...
Hi, got you, but is there any chance I can get the Node, like is there any other way to get this?