Description
foreach (var sheet in workbook.Worksheets)
** {**
** foreach (Cell cell in sheet.Cells)**
** {**
** try**
** {**
** if (cell.ContainsExternalLink)**
** {**
** }**
** }**
** catch (Exception e)**
** {**
** Console.WriteLine(e.Message);**
** }**
** }**
** }**
The highlighted method is giving the exception with the message Unable to cast object of type ’ ’ to type ’ and breaking in the system.
This issue started happening from v20.11 and working fine in v20.10.