白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Write into line
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be launched.
2、 Function description
Write a set of data to the specified line in the excel file, and write the values and formulas supported by Excel.
3、 Attribute description
● Workbook object: the excel workbook object variable that has been opened.
● Worksheet: the name of a table in the Workbook: for example: "Sheet1".
● Line number: the line number to be written. For example: & ldquo; 1” Indicates that a value or formula is written in line number 1.
● starting column: the starting position of the column to be written.
● data: a group of data, wrapped in square brackets. Each column of data is separated by commas, for example: [1,2, & lsquo; three & lsquo;].
● Save: whether to save the file.

4、 Use example
1. Execution logic
Open excel, and then insert a paragraph into row 3 of Sheet1 in Excel.

2. Output results





