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
We have column name 'Date' and it's value as '31/12/2019', this value is automatically converted DateTime to '31/12/2019 12:00:00 AM' which we don't want to. We want to treat it as plain string. not as DateTime.
Please help to get us any solution.
Between thanks for the great library!
The text was updated successfully, but these errors were encountered:
may be you need to create string propertie as DateTime with this column in attributes?
Like that
[ExcelColumn("ThisDateColumn")]
public string ThatColumnWithDateAsString { get; set; }
We have column name 'Date' and it's value as '31/12/2019', this value is automatically converted DateTime to '31/12/2019 12:00:00 AM' which we don't want to. We want to treat it as plain string. not as DateTime.
Please help to get us any solution.
Between thanks for the great library!
The text was updated successfully, but these errors were encountered: