📦 deps(tsl): sync tsl-playbook from 13be5ea0

Source-Commit: 13be5ea0aa
This commit is contained in:
ci[bot]
2026-07-29 07:58:05 +00:00
parent 9d2b696f58
commit 80357f4bc5
280 changed files with 48658 additions and 13929 deletions
@@ -2,12 +2,16 @@
## `excelGetApplication()`
声明:function
获得当前操作Excel操作函数打开的Excel应用程序的对象。
返回:comobj
## `excelClose(file_name)`
声明:function
关闭Excel文件。注意:将打开的文件关闭后,就可以进行手动打开修改数据,相当于程序解锁。
| 参数 | 类型 | 说明 |
@@ -29,6 +33,8 @@ return ret1;
## `excelQuit()`
声明:function
退出Excel文件进程。注意:会同时关闭所有被打开的excel文件。
返回:bool
@@ -47,12 +53,16 @@ return ret2;
## `xlColumns()`
声明:function
Chart的数据源由列分割。
返回:integer
## `xlRows()`
声明:function
Chart的数据源由行分割。
返回:integer