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
CellValue can hold various forms of data. We've added constructors to correctly set DateTime/DateTimeOffset but it may be helpful to provide helpers for the other datatypes, as well as strongly typed parsers, ie CellValue.TryParse(out DateTimeOffset dt)