diff --git a/Demo/ExcelHelp.tsl b/Demo/ExcelHelp.tsl index b1c74cd..7f8280a 100644 --- a/Demo/ExcelHelp.tsl +++ b/Demo/ExcelHelp.tsl @@ -755,7 +755,7 @@ style.Protection.Lock := 1; ('attrName': 'YSplit', 'type': 'int', 'desc': '按行分割', 'value': array()), ('attrName': 'ActivePane', 'type': 'string', 'desc': '激活窗格', 'value': array('"bottomRight": 都设置{XSplit}和{YSplit}时为该值', '"topRight": 仅设置{XSplit}时', '"bottomLeft": 仅设置{YSplit}时')), ('attrName': 'State', 'type': 'string', 'desc': '冻结窗口', 'value': array('"frozen"')), - ('attrName': 'TopLeftCell', 'type': 'string', 'desc': '顶部单元格,根据{ActivePane}的值设定', 'value': array('"frozen"')), + ('attrName': 'TopLeftCell', 'type': 'string', 'desc': '顶部单元格,根据{ActivePane}的值设定', 'value': array()), ), 'Demo': '', ), diff --git a/DocxFile使用帮助.docx b/DocxFile使用帮助.docx index 55814e7..93bbdaa 100644 Binary files a/DocxFile使用帮助.docx and b/DocxFile使用帮助.docx differ diff --git a/ExcelFile使用帮助.xlsx b/ExcelFile使用帮助.xlsx index 64814ff..b491de9 100644 Binary files a/ExcelFile使用帮助.xlsx and b/ExcelFile使用帮助.xlsx differ diff --git a/funcext/TSOffice/TOfficeObj.tsf b/funcext/TSOffice/TOfficeObj.tsf index 7be573a..56329cc 100644 --- a/funcext/TSOffice/TOfficeObj.tsf +++ b/funcext/TSOffice/TOfficeObj.tsf @@ -1,4 +1,5 @@ -Version 1.1.4 +// Version 1.1.4 + Function TOfficeObj(n); Begin case lowercase(n) of @@ -14298,5 +14299,3 @@ private middlePosition; End - - diff --git a/funcext/TSOffice/TSDocxFile.tsf b/funcext/TSOffice/TSDocxFile.tsf index 4e7c106..897d316 100644 --- a/funcext/TSOffice/TSDocxFile.tsf +++ b/funcext/TSOffice/TSDocxFile.tsf @@ -1,4 +1,5 @@ -Version 1.1.4 +// Version 1.1.4 + Type TSDocxFile = Class ///Version: V1.0 2022-09-20 ///适用于 Microsoft Word docx格式文件 diff --git a/funcext/TSOffice/TSExcelFile.tsf b/funcext/TSOffice/TSExcelFile.tsf index 40e08a7..9eba782 100644 --- a/funcext/TSOffice/TSExcelFile.tsf +++ b/funcext/TSOffice/TSExcelFile.tsf @@ -1,4 +1,5 @@ -Version 1.1.4 +// Version 1.1.4 + Type TSExcelFile = Class ///Version: V1.0 2022-08-08 ///适用于 Microsoft Excel? 2007 及以上版本创建的电子表格文档。支持 XLSX / XLSM / XLTM / XLTX 等多种文档格式。