Excel Select Range

Last modified by Giang Tran on 2022/05/13 06:26

RCA.Activities.Excel.ExcelSelectRange

Description

The activity allows you to select and execute a specified range from an Excel spreadsheet, in order to perform further actions.

image-20220505133120-1.jpeg

(* for mandatory)

Properties

Input

  • Sheet name (String) - The name of the sheet from which to select the specified range. By default, this is filled in with "Sheet1". Only String variables and strings are supported.
  • Range (String)* - The range to be selected. Only String variables and strings are supported.
    E.g: “A1:K10”

Misc

  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: Select Range

Table of Content

  
Navigation