im is currently working on a project that reads data from excel using closedXML, but im has errors with my code because there are vlookup formulas in excel cells. is there any way for closedxml to read string values using vlookup formulas? Thanks!
this is where i get the syntax error:
if (rowValue.Cell(colnum).HasFormula) { ((IDictionary<String, Object>)item)[field] = rowValue.Cell(colnum).Value.ToString(); }
source share