This commit is contained in:
csh
2024-03-21 16:34:38 +08:00
parent fa8800e20d
commit 72554969bb
8 changed files with 128 additions and 11 deletions
+12 -2
View File
@@ -1,12 +1,22 @@
# 更新日志
## 2023-3-21
### V1.6.7
#### word
1. 新增对象的`Delete`方法,可以通过`Delete(name)`删除对象的指定属性
2. 新增`TPageNumType`对象
3. 扩展`TDocSection`方法,`AppendReference``AddReference`,前者是对已有的`Section`对象添加`TReference`对象,而后者是对新的`Section`对象添加
## 2023-3-14
### V1.6.6
#### word
1. 修复TDocSection节点获取错误
1. 修复`TDocSection`节点获取错误
2. 支持分栏自定义宽度
## 2023-3-4
@@ -52,7 +62,7 @@
#### excel
1. 修复excel文件单元格原有类型与tsl类型转换报错问题(trystrtofloat)
1. 修复 excel 文件单元格原有类型与 tsl 类型转换报错问题(trystrtofloat)
## 2023-2-5