📝 docs(tsl): sync api skill with corrected codegen

Mirror docs/tsl/codegen into the bundled tsl-api-reference skill and rebuild the function index.

Remove invalid duplicate API entries for cb_delistedbydate, createhttpsession, exportJsonString, and Anova_Bartlett so exact lookup returns the canonical entries.
This commit is contained in:
csh
2026-07-07 16:47:03 +08:00
parent bbf6977f57
commit c0bf0358e0
278 changed files with 45212 additions and 35782 deletions
@@ -1,6 +1,6 @@
# 文档处理 / Excel复制函数
### `excelChartCopyPic(excel_file_name, excel_chart_sheet_name, pic_type)`
## `excelChartCopyPic(excel_file_name, excel_chart_sheet_name, pic_type)`
把指定的Excel中的指定的ChartSheet以图形的方式复制到剪贴板中,注意ChartSheet不同于Sheet,其中仅仅包含一个ExcelChart,没有行与列,所以不能使用ExcelCopyPic。
@@ -12,7 +12,7 @@
返回:bool
### `excelCopy(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
## `excelCopy(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
把指定的Excel中的指定的Sheet的内容复制到剪贴板中。主要用于报告生成模板中,将Excel的数据和样式同时拷贝出来,再黏贴到word中。
@@ -27,7 +27,7 @@
返回:bool
### `excelCopyPic(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col, pic_type)`
## `excelCopyPic(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col, pic_type)`
把指定的Excel中的指定的Sheet以图形的方式复制到剪贴板中。