📝 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的WordTSL相关函数
### `wordCopyFromExcel(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
## `wordCopyFromExcel(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
把指定的Excel中的指定的Sheet的内容复制到Word中。
@@ -15,7 +15,7 @@
返回:bool
### `wordCopyPicFromExcel(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col, pic_type)`
## `wordCopyPicFromExcel(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col, pic_type)`
把指定的Excel中的指定的Sheet以图形的方式复制到Word中。