Insert Row
  • 09 Nov 2023
  • 1 Minute to read
  • Dark
    Light

Insert Row

  • Dark
    Light

Article Summary

Step Details

Introduced in Version5.0.0
Last Modified in Version5.0.0
LocationData > Excel & CSV

The Insert Row step inserts a row at the specified row number into the Excel or CSV File.



Properties

Inputs

PropertyDescriptionData Type
File The Excel or CSV file in which the row is to be added.File Data
File TypeThe type of file being used by the step.
CsvFileType
Worksheet NumberInsert the Worksheet Number in which the row needs to be inserted. The worksheet number starts at 0.
Int32
Row NumberSpecify the row number where you want to add the new row. The row number starts at 0.
For example, the value "0" will insert a first row, "1" will insert a second row, and so on.
Int32
Ignore First RowWhen marked true, this will ignore the first row in the Excel file. Thus, the new row will be added at the specified "Row Number" + 1.
Boolean


Related Information

Forum Posts:
Add new Excel Row


Was this article helpful?