v1.6.8-patch1
This commit is contained in:
@@ -177,7 +177,7 @@ Type xlsxStyles = Class
|
||||
else begin
|
||||
if ifstring(value) then
|
||||
begin
|
||||
if trystrtodatetime(value, r) or trystrtodate(value, r) then return array('n', r);
|
||||
if (pos("-", value) or pos("/", value)) and (trystrtodatetime(value, r) or trystrtodate(value, r)) then return array('n', r);
|
||||
if trystrtofloat(value, r) then return array("n", value);
|
||||
return array("s", value);
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user