Get the value of an Excel cell

更新时间:
复制 MD 格式

1. Introduction

Note

Prerequisites: Start Excel or Get opened Excel

This component retrieves the value of a specified cell.

2. Inputs

Note

For help with each input item, see the component panel in the visual editor.

3. Outputs

Note

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

4. Component usage example

4.1. Component configuration

  1. For Opened Sheet object, select v_Sheet_obj_1. This is the output of the Get active sheet or Activate sheet component.

  2. Set Cell row number to "1".

  3. Set Cell column number to "A".

  4. Defaults for advanced options

4.2. Example result

None.

5. Sample flow

Create the flow

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

  2. Use the Get active sheet component to obtain the object of the active sheet.

  3. Use the Get value of Excel cell component to retrieve the value of a specific cell.

  4. Use the Record log component to print the value.

image

Result

As shown in the following figure, after the flow executes successfully, it automatically opens an Excel file, retrieves the content of a specified cell, and prints the content.