v1.2.6-patch1
This commit is contained in:
@@ -220,9 +220,9 @@ private
|
||||
begin
|
||||
if ifnil(obj.FormatCode) then xf_node.SetAttribute('numFmtId', 0);
|
||||
else begin
|
||||
obj.NumFmtId := 176;
|
||||
processNumFmtId(root, 'numFmts', obj);
|
||||
insertNode(root, 'numFmts', obj);
|
||||
xf_node.SetAttribute('numFmtId', 176);
|
||||
xf_node.SetAttribute('numFmtId', obj.NumFmtId);
|
||||
end
|
||||
end
|
||||
else begin
|
||||
|
||||
Reference in New Issue
Block a user