This commit is contained in:
csh
2024-01-17 17:10:16 +08:00
parent e5d011e59b
commit 800f91870d
6 changed files with 11 additions and 3 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -1,4 +1,4 @@
// Version 1.5.6
// Version 1.5.7
Function TOfficeObj(n);
Begin
case lowercase(n) of
+1 -1
View File
@@ -1,4 +1,4 @@
// Version 1.5.6
// Version 1.5.7
Type TSDocxFile = Class
///Version: V1.0 2022-09-20
///适用于 Microsoft Word docx格式文件
+1 -1
View File
@@ -1,4 +1,4 @@
// Version 1.5.6
// Version 1.5.7
Type TSXlsxFile = Class
///Version: V1.0 2022-08-08
///适用于 Microsoft Excel? 2007 及以上版本创建的电子表格文档。支持 XLSX / XLSM / XLTM / XLTX 等多种文档格式。
+8
View File
@@ -1,5 +1,13 @@
# 更新日志
## 2023-1-17
### V1.5.7
#### excel
1. 修复单元格写入浮点数数据bug,如写入0.0,excel某些版本打开会显示0.00000000000000000
## 2023-1-11
### V1.5.6