This commit is contained in:
csh 2023-03-22 15:10:15 +08:00
parent 84673ea219
commit 756e6708d6
6 changed files with 11 additions and 4 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
// Version 1.2.5
// Version 1.2.6
Function TOfficeObj(n);
Begin

View File

@ -1,4 +1,4 @@
// Version 1.2.5
// Version 1.2.6
Type TSDocxFile = Class
///Version: V1.0 2022-09-20

View File

@ -1,4 +1,4 @@
// Version 1.2.5
// Version 1.2.6
Type TSExcelFile = Class
///Version: V1.0 2022-08-08

View File

@ -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]);

View File

@ -1,5 +1,13 @@
# 更新日志
## 2023-3-22
### V1.2.6
#### excel
1. 修复`SetCellValue`值为`nil`未生效问题
## 2023-3-20
### V1.2.5