Insert a New Row in the Table
Insert a new row in the table of an Excel sheet.
Input Concepts
Concept
Description
Type
Required
table
The reference to the Excel table.
excel table reference
Yes
index
The index at which to insert the new row.
number
Yes
values
The values to insert in the new row.
boolean
or number
or text
Yes
Output Concepts
Concept
Description
Type
new row
None.
excel row reference
Examples
Insert a new row in the table of an Excel sheet.
get the first table
use the above as the table
insert a new row in the table
the index is 1
the values are "value1", 2, 3.0, True
Last updated
Was this helpful?