白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Insert column
发刊日期:
2021/10/15
编辑团队:
实在学院
1、 Video example
To be launched.
2、 Function description
Insert an empty column to the left of the specified column in the excel file.
3、 Attribute description
● workbook objects: the excel workbook object variable that has been opened.
● worksheet: the name of a table in the Workbook: for example: "Sheet1".
● cell: a cell in the worksheet. An empty column will be inserted to the left of this cell.
● data: the data to be filled in an empty line, for example: [1,2,3]. If it is empty [], no data will be filled in.
● is it saved: whether to save after insertion.
4、 Use example
1. Execution logic
Open excel and insert a column of data before the A1 cell in the Sheet1 table.

2. Output results
Original data

Post execution data






