feat(tsl-api-reference): index class and unit APIs

Migrate reference pages to declaration-line storage and rebuild the
13-column index.

Add qualified member lookup plus regression and end-to-end coverage.
This commit is contained in:
csh
2026-07-29 15:47:46 +08:00
parent 9edc8fc868
commit 13be5ea0aa
239 changed files with 39157 additions and 12846 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