📦 deps(tsl): sync tsl-playbook from 13be5ea0

Source-Commit: 13be5ea0aa
This commit is contained in:
ci[bot]
2026-07-29 07:58:05 +00:00
parent 9d2b696f58
commit 80357f4bc5
280 changed files with 48658 additions and 13929 deletions
@@ -2,6 +2,8 @@
## `excelChartCopyPic(excel_file_name, excel_chart_sheet_name, pic_type)`
声明:function
把指定的Excel中的指定的ChartSheet以图形的方式复制到剪贴板中,注意ChartSheet不同于Sheet,其中仅仅包含一个ExcelChart,没有行与列,所以不能使用ExcelCopyPic。
| 参数 | 类型 | 说明 |
@@ -14,6 +16,8 @@
## `excelCopy(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col)`
声明:function
把指定的Excel中的指定的Sheet的内容复制到剪贴板中。主要用于报告生成模板中,将Excel的数据和样式同时拷贝出来,再黏贴到word中。
| 参数 | 类型 | 说明 |
@@ -29,6 +33,8 @@
## `excelCopyPic(excel_file_name, excel_sheet_name, start_row, start_col, end_row, end_col, pic_type)`
声明:function
把指定的Excel中的指定的Sheet以图形的方式复制到剪贴板中。
| 参数 | 类型 | 说明 |