Copy Excel column

更新时间:
复制 MD 格式

1. Introduction

Note

Prerequisite components: Launch Excel or Get Opened Excel

Use this component to copy the content of cells in a specified column.

2. Inputs

Note

For more information about each input, see the component's panel in the application flow editor.

3. Outputs

Note

For more information about each output, see the component's panel in the application flow editor.

4. Component usage example

4.1. Configuration example

  1. In Opened Excel Object, select v_excel_obj_1, which is the output of a prerequisite component (Launch Excel or Get Opened Excel).

  2. Set Sheet Name to "Sheet1".

  3. Set Column Number to "A".

  4. Advanced option's default value

4.2. Example execution results

None

5. Sample flow

Setup flow

  1. Use the Launch Excel component to open a specified Excel file.

  2. Use the Copy Excel Column component to copy the content of cells in a specified column.

  3. Use the Paste Excel Column component to paste the copied content into a specified column on another sheet.

image

Result

As shown in the figures below, after the flow runs, it automatically opens the Excel file, copies the content of the cells in column A of Sheet1, and then pastes that content into column B of Sheet2.