v1.2.6-patch1

This commit is contained in:
csh 2023-03-22 17:39:32 +08:00
parent 756e6708d6
commit fb3032cf83
1 changed files with 2 additions and 2 deletions

View File

@ -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