mirror of
https://gitee.com/dotnetchina/MiniExcel.git
synced 2024-12-02 03:47:41 +08:00
Merge branch 'master' of https://github.com/shps951023/MiniExcel
This commit is contained in:
commit
86aa8248cf
@ -98,6 +98,10 @@
|
|||||||
{
|
{
|
||||||
newValue = _v;
|
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))
|
else if (DateTime.TryParse(vs, _config.Culture, DateTimeStyles.None, out var _v))
|
||||||
newValue = _v;
|
newValue = _v;
|
||||||
|
Loading…
Reference in New Issue
Block a user