st-dotnet
st-dotnet
Hi there, **OfficeOpenXml.ConditionalFormatting.Contracts.IExcelConditionalFormattingRule format1 = sheet2.ConditionalFormatting.ElementAt(0); var test = format1.Node.ParentNode;** I've recently upgraded from EpPlus version 5.0 to 7.0 and noticed that the IExcelConditionalFormattingRule.Node property has been removed from the...
Hi, Recently I was using the NameFormula like this ExcelNamedRange name = package.Workbook.Names.Add("Test", worksheet.Cells[3, 3]); name.NameFormula = "#REF!"; name.NameFormula = "#REF!"; But now after upgradation, I am getting this error...