📝 docs(tsl): complete and lint codegen reference

This commit is contained in:
csh
2026-07-07 16:46:51 +08:00
parent 16e0992dd2
commit bbf6977f57
232 changed files with 39191 additions and 29763 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以图形的方式复制到剪贴板中。