You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Guys,
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
The text was updated successfully, but these errors were encountered:
Hi Guys,
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
The text was updated successfully, but these errors were encountered: