cell.GetDateTime();
cell.GetValue<DateTime>();
DateTime dateTime;
cell.TryGetValue(out dateTime);↧
New Post: Unable to get format data cell using closexml
↧
cell.GetDateTime();
cell.GetValue<DateTime>();
DateTime dateTime;
cell.TryGetValue(out dateTime);