This commit is contained in:
csh
2024-02-06 11:28:13 +08:00
parent 1231868aa7
commit 03e101fa46
5 changed files with 15 additions and 6 deletions
+9 -1
View File
@@ -2,11 +2,19 @@
## 2023-2-5
### V1.6.1
#### excel
1. 修复excel文件单元格原有类型与tsl类型转换报错问题(trystrtofloat)
## 2023-2-5
### V1.6.0
#### excel
1. 兼容Excel2016,通过`NewSheet/InsertSheet`创建工作表不再提示修复错误
1. 兼容 Excel2016,通过`NewSheet/InsertSheet`创建工作表不再提示修复错误
2. 修复带有表头的二维数组通过`InsertTable`写入数据只写入表头未写入数据问题
## 2023-1-31