This commit is contained in:
csh
2023-03-06 15:36:51 +08:00
parent 894303ccef
commit 3d68bf2256
14 changed files with 1038 additions and 332 deletions
+13
View File
@@ -1,5 +1,18 @@
# 更新日志
## 2023-3-6
### V1.2.2
#### excel
1. 修复`InsertRow`之后原有单元格合并错误问题
2. 新增`GetCellValueType`
3. 新增`GetComment`
4. 新增`GetStyle`,获取的样式修改可通过`TStyle::Apply()`方法重新写入样式
5. 新增`SetRowOutlineLevel``GetRowOutlineLevel`
6. 新增`SetColOutlineLevel``GetColOutlineLevel`
## 2023-2-24
### V1.2.1