This commit is contained in:
csh 2023-02-03 14:45:28 +08:00
parent 919c80f1b0
commit 3af1d35304
7 changed files with 14 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,5 @@
// Version 1.1.5
Function TOfficeObj(n); Function TOfficeObj(n);
Begin Begin
case lowercase(n) of case lowercase(n) of
@ -14299,3 +14301,4 @@ private
middlePosition; middlePosition;
End End

View File

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

View File

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

View File

@ -1,5 +1,14 @@
# 更新日志 # 更新日志
## 2023-2-3
### V1.1.5
#### excel
1. 修复`HSLToRGB`
2. 修复`CoordinatesToCellName`
## 2023-2-2 ## 2023-2-2
### V1.1.4 ### V1.1.4