v1.2.6
This commit is contained in:
parent
84673ea219
commit
756e6708d6
Binary file not shown.
|
|
@ -1,4 +1,4 @@
|
|||
// Version 1.2.5
|
||||
// Version 1.2.6
|
||||
|
||||
Function TOfficeObj(n);
|
||||
Begin
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Version 1.2.5
|
||||
// Version 1.2.6
|
||||
|
||||
Type TSDocxFile = Class
|
||||
///Version: V1.0 2022-09-20
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Version 1.2.5
|
||||
// Version 1.2.6
|
||||
|
||||
Type TSExcelFile = Class
|
||||
///Version: V1.0 2022-08-08
|
||||
|
|
|
|||
|
|
@ -227,7 +227,6 @@ private
|
|||
end
|
||||
else begin
|
||||
nodeName_node := root.FirstChildElement('numFmts');
|
||||
println("id = {}", id);
|
||||
num_node := getNodeNumFmts(nodeName_node, id);
|
||||
processNumFmtId(root, 'numFmts', obj);
|
||||
new_node := nodeName_node.InsertEndChild(num_node.Marshal()[0]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue