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 @@
## `excelChartCopyPic(excel_file_name, excel_chart_sheet_name, pic_type)`
声明:function
把指定的Excel中的指定的ChartSheet以图形的方式复制到剪贴板中,注意ChartSheet不同于Sheet,其中仅仅包含一个ExcelChart,没有行与列,所以不能使用ExcelCopyPic。
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `excelCopy(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
声明:function
把指定的Excel中的指定的Sheet的内容复制到剪贴板中。主要用于报告生成模板中,将Excel的数据和样式同时拷贝出来,再黏贴到word中。
| 参数 | 类型 | 说明 |
@@ -29,6 +33,8 @@
## `excelCopyPic(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col, pic_type)`
声明:function
把指定的Excel中的指定的Sheet以图形的方式复制到剪贴板中。
| 参数 | 类型 | 说明 |