📝 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:
@@ -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中。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user