白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Copy area
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be launched.
2、 Function description
Copy the range specified in the excel file.
3、 Attribute description
●Workbook object: an excel file workbook variable that is already open.
●Sheet name: name of a worksheet in the Workbook: for example, "Sheet1" means to copy a range in "Sheet1".
●Cell range: the cell range to copy. For example, "A1: B2" means to copy the range between A1 and B2.

4、 Use example
1. Execution logic
Open excel, copy the contents of a specific area, and then paste the contents into another area.

2. Output results
Original data

Post execution data





