Paste an Excel row

Updated at:

1. Component introduction

Note

Prerequisites: Start Excel or Get Opened Excel

You can use this component to paste copied content into the cells of a specified row.

2. Inputs

Note

For more information about each input field, see the help text in the component panel of the Visual Editor.

3. Outputs

Note

For details about the output parameters, see the component panel in the application flow editor.

4. Component usage example

4.1. Component configuration example

  1. For Excel Object, select v_excel_obj_1, which is the output from the Start Excel or Get Opened Excel component.

  2. Enter "Sheet2" in the Sheet name field.

  3. For Row Number, enter "2".

  4. For Paste Special As, use the default value `All`.

  5. Defaults for advanced options

4.2. Example execution result

None

5. Flow creation example

Setup flow

  1. Use the Start Excel component to open a specific Excel file.

  2. Use the Copy Excel Row component to copy the contents of a specific row in the Excel file.

  3. Use the Paste Excel Row component to paste the copied content into a specific row on another sheet.

image

Execution result

After the flow runs, it opens the Excel file, copies the content of the first row from Sheet1, and pastes it into the second row on Sheet2. The following figures show the result.