Add new excel row

Add new excel row

Comments

  • Is there a step that can add a row into a designated excel file? I am interested in adding this to my flow.

  • Yes, the [b]Insert Row[/b] and [b]Delete Row[/b] steps will respectively add or remove a row in an Excel file.

    For its File input, map that to the Excel file you wish to edit, and change the File Type inputs mapping type to Constant so you can select the files extension type via a dropdown menu. The Worksheet Number input asks which worksheet in the excel file is going to add/remove the row while the Row Number input designates the row number of the new row. Finally, the Ignore First Row input boolean toggles if you wish to count the first row which may/may not contain headers.

Sign In or Register to comment.