How do I read the value from a formula cell?
row.GetCell(2).ValueNumeric does not work and row.GetCell(2).Value returns the formula.
I've tried changing the cell type from formula to numeric before a read but this also fails
Cant think of any other options
row.GetCell(2).ValueNumeric does not work and row.GetCell(2).Value returns the formula.
I've tried changing the cell type from formula to numeric before a read but this also fails
Cant think of any other options