Get values from an Excel area

更新时间:
复制 MD 格式

1. Component introduction

Note

Prerequisites: Start Excel or Get Opened Excel

Use this component to retrieve the content of cells in a specified area.

2. Inputs

Note

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

3. Outputs

Note

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

4. Component usage example

4.1. Configuration example

  1. For Opened Sheet Object, select v_Sheet_obj_1, which is the output of a prerequisite component such as Get Active Sheet or Activate Sheet.

  2. Set Start Row Number of Area to 1.

  3. Set Start Column Letter of Area to A.

  4. Set End Row Number of Area to 6.

  5. Set End Column Letter of Area to B.

  6. For Maximum Rows to Get, the default value is 5000.

  7. Advanced option defaults

4.2. Example result

None

5. Example flow

Create the flow

  1. Use the Start Excel component to start a specified Excel file.

  2. Use the Get Active Sheet component to retrieve the active sheet object.

  3. Use the Get Values from Excel Area component to retrieve the values of cells in a specified area.

  4. Use the Record Log component to print the specified content.

Result

As shown in the following figures, after the flow runs successfully, it automatically opens the Excel file, retrieves the content of the cells in the specified Excel area, and prints the content.