mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-11-29 18:38:08 +08:00
Merge branch 'master' of https://github.com/shps951023/MiniExcel
This commit is contained in:
commit
86aa8248cf
@ -98,6 +98,10 @@
|
||||
{
|
||||
newValue = _v;
|
||||
}
|
||||
else if(DateTimeOffset.TryParseExact(vs, pInfo.ExcelFormat, CultureInfo.InvariantCulture, DateTimeStyles.None, out var _v))
|
||||
{
|
||||
newValue = _v;
|
||||
}
|
||||
}
|
||||
else if (DateTime.TryParse(vs, _config.Culture, DateTimeStyles.None, out var _v))
|
||||
newValue = _v;
|
||||
|
Loading…
Reference in New Issue
Block a user