Colby B. Hearn

Results 5 comments of Colby B. Hearn

Here's sample code and a sample workbook [issue559.xlsx](https://github.com/EPPlusSoftware/EPPlus/files/7738468/issue559.xlsx). ``` ExcelPackage.LicenseContext = LicenseContext.NonCommercial; var package = new ExcelPackage(); var ws = package.Workbook.Worksheets.Add("sample"); var b1 = ws.Cells["B1"]; b1.Formula = "ISBLANK(A1)"; var b2...

Since this is a critical defect for my customer, I took a stab at fixing this: #561 It's not pretty IMO, but perhaps it might save you some time while...

I had to amend PR #561 as NamedValueExpression's compile method also had to resolve references to empty cells.

No worries on overlooking. Thank you all so much for investigating and doing what you do!

@swmal Ok, understood. Thanks so much for jumping on these defects (@JanKallman too!). I'll look into v7 again!