白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Delete row
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be launched.
2、 Function description
Deletes the row specified in the excel file.
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".
● Cell: the row of the cell to be deleted, such as "A1". Delete the row of cell A1.
● Save: whether to save the file after deletion.

4、 Use example
1. Execution logic
Open excel and delete the cell & ldquo; A1” Line.
2. Output results
Original data

Post execution data






