This commit is contained in:
csh
2023-09-19 10:10:29 +08:00
parent 8aa050461c
commit addc41144e
11 changed files with 1784 additions and 678 deletions
+19
View File
@@ -1,5 +1,24 @@
# 更新日志
## 2023-9-19
### V1.4.6
#### word
1. 修复表格存在合并单元格,生成目录报错问题
2. 修复单元格添加run对象,设置样式不生效问题
### excel
🔔 重要升级:`TSExcelFile`更名为`TSXlsxFile`,建议更改,旧名字现阶段仍可使用
1. 整理`NewSheet``SetSheetVisible`代码
#### excel
1. 修复`NewSheet`excel打开遇到提示错误问题
## 2023-8-30
### V1.4.5