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,6 +2,8 @@
## `excelDeleteSheetOrChartSheet2(excel_file_name, excel_sheet_name)`
声明:function
删除Excel中的Sheet或Chartsheet 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -13,6 +15,8 @@
## `excelGetCell2(excel_file_name, excel_sheet_name, row, col, value)`
声明:function
获得指定的Excel中的指定的Sheet的行列的数据值, 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -27,6 +31,8 @@
## `excelGetCells2(excel_file_name, excel_sheet_name, row, col, row2, col2, value)`
声明:function
获得指定的Excel中的指定的Sheet的区域的数据值 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -43,6 +49,8 @@
## `excelGetChartSheetCount2(excel_file_name, value)`
声明:function
得到指定的Excel中ChartSheet的个数 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -54,6 +62,8 @@
## `excelGetChartSheetNameByIndex2(excel_file_name, index, value)`
声明:function
得到指定的Excel中指定索引的ChartSheet名称 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -66,6 +76,8 @@
## `excelGetDataRange2(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
声明:function
获得指定的Excel中的指定的Sheet包含有数据的区域 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -81,6 +93,8 @@
## `excelGetSheetCount2(excel_file_name, value)`
声明:function
得到指定的Excel中Sheet的个数 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -92,6 +106,8 @@
## `excelGetSheetNameByIndex2(excel_file_name, index, value)`
声明:function
得到指定的Excel中指定索引的Sheet名称 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -104,6 +120,8 @@
## `excelMerge2(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
声明:function
合并指定区域的属性 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -119,6 +137,8 @@
## `excelNewSheet2(excel_file_name, excel_sheet_name)`
声明:function
新建一个Sheet 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -130,6 +150,8 @@
## `excelRenameSheetOrChartsheet2(excel_file_name, excel_sheet_name, excel_news_sheetname)`
声明:function
更改Sheet名或ChartSheet名 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -142,6 +164,8 @@
## `excelSetActiveSheet2(excel_file_name, excel_sheet_name)`
声明:function
设置Excel文件的当前Sheet 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -153,6 +177,8 @@
## `excelSetCell2(excel_file_name, excel_sheet_name, row, col, value)`
声明:function
设置指定的Excel中的指定的Sheet的行列的数据值, 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -167,6 +193,8 @@
## `excelSetCells2(excel_file_name, excel_sheet_name, row, col, row2, col2, value)`
声明:function
设置指定的Excel中的指定的Sheet的区域的数据值 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |
@@ -183,6 +211,8 @@
## `excelUnMerge2(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
声明:function
取消合并指定区域的属性 注:此函数无需依赖office/wps,但需要关闭文件。
| 参数 | 类型 | 说明 |