Excel modification operations
delete rows
Controls introduces
Insert / Delete Rows: add or remove a specified number of lines in a specific position
4.3 UiPathExcel of modification operations
common attributes introduction:
Destination:
NoRows: you want to add or delete rows
Position: which row start to add or remove
the Input:
ChangeModel: select "Remove", delete mode
SheetName: workbook name to be operated
Misc:
Private: If selected, the value of the variables and parameters are no longer recorded in the level of detail
case illustrates
a given Excel file "updateExample.xlsx", in line 2 start, delete a row
steps
step one: use Excel Application Scope controls, open the specified Excel file
4.3 UiPathExcel of modification operations
insert rows
controls introduced
insert / delete rows: add or remove a specified number of rows in a specific location
4.3 UiPathExcel of modification operations
common property description:
Destination:
NoRows: want to add or delete rows
Position: where to add or delete a row to start
the Input:
ChangeModel: select "Add", add mode
SheetName: workbook name need to operate
Misc:
Private: If selected, the value of the variables and parameters are no longer recorded in the level of detail
case illustrates
a given Excel file "updateExample.xlsx", at the beginning of the second line, insert a line
Procedure
Step one: Use Excel Application Scope controls, opens the specified Excel file
4.3 UiPathExcel of modification operations
delete column
controls introduced
Insert / DeleteColumns: add or remove a specified number of a specific location column
4.3 UiPathExcel of modification operations
describes the common attributes:
Destination:
NoColumns: you want to add or delete columns
position: begin to add or delete from which column
the Input:
ChangeModel: select "Remove", delete mode
SheetName: workbook name to be operated
Misc:
Private: If selected, the value of the variables and parameters are no longer recorded in the level of detail
case illustrates
a given Excel file "updateExample.xlsx", in line 2 start, delete a
procedure
first step: using Excel Application Scope controls, open the specified Excel file
4.3 UiPathExcel of modification operations
insert column
controls introduced
insert / DeleteColumns: add or remove a particular location specified number of columns
4.3 UiPathExcel of modification operations
common attributes introduction:
Destination:
NoColumns: I want to add or the number of columns deleted
Position: begin to add or delete columns from which
the Input:
ChangeModel: Select "Add", insert mode
SheetName: workbook name to be operated
Misc:
Private: If the value selected, the variables and parameters are no longer recorded in the level of detail
description Case
to given Excel file "updateExample.xlsx", at the beginning of the second line, insert a
procedure
first step: using Excel Application Scope controls, open the specified Excel file

4.3 UiPathExcel of modification operations