Insert a New Column in the Table
Insert a new column 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 column.
number
Yes
name
The name of the new column.
text
Yes
values
The values to insert in the new column.
boolean
or number
or text
Yes
Output Concepts
Concept
Description
Type
new column
None.
excel column reference
Examples
Insert a new column in the table of an Excel sheet.
Last updated
Was this helpful?