I have a problem with the DateTime format. A cell has the following NumberFormat "[$-F800]dddd\,\ mmmm\ dd\,\ yyyy" but it is not recognized as DateTime.
if (cells.Value is DateTime){ var dateTime = DateTime.Parse(cells.Value.ToString()); }
How can i Get the DataType of Cell?
Best Regards