📝 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 @@
|
||||
# 文档处理 / WordTemplate
|
||||
|
||||
### `policyResearch(bk1, bk2, bk3, start1, end1, bstart1, b_end1, share_low, share_high, interval, class1, bk4, end2, b_end2, power, price_low, price_high, price_interval, sz_low, sz_high, sz_interval, syl_low, syl_high, syl_interval)`
|
||||
## `policyResearch(bk1, bk2, bk3, start1, end1, bstart1, b_end1, share_low, share_high, interval, class1, bk4, end2, b_end2, power, price_low, price_high, price_interval, sz_low, sz_high, sz_interval, syl_low, syl_high, syl_interval)`
|
||||
|
||||
策略研究WORD模板测试。模板文件在金融分析.NET的运行目录里,如: C:\Program files\Tinysoft\Analyse.NET
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
返回:array
|
||||
|
||||
### `wordExecute(s, t)`
|
||||
## `WORD_Execute(s, t)`
|
||||
|
||||
执行函数
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
返回:any
|
||||
|
||||
### `wordOutPutGraph(s, file_name)`
|
||||
## `WORD_OutPutGraph(s, file_name)`
|
||||
|
||||
Word-输出图形
|
||||
|
||||
@@ -55,7 +55,7 @@ Word-输出图形
|
||||
|
||||
返回:any
|
||||
|
||||
### `wordOutPutTable(t)`
|
||||
## `WORD_OutPutTable(t)`
|
||||
|
||||
Word-输出表格
|
||||
|
||||
@@ -65,7 +65,7 @@ Word-输出表格
|
||||
|
||||
返回:any
|
||||
|
||||
### `wordWriteTableToExcel(file_name, sheet_name, data)`
|
||||
## `WORD_WriteTableToExcel(file_name, sheet_name, data)`
|
||||
|
||||
Word-在Excel中写数据,若Data不是数组返回假,成功在Excel中写数据返回真
|
||||
|
||||
|
||||
Reference in New Issue
Block a user