Search: excel-select-range

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 20 next page » Page 1 2

Export Chart

Last modified by Giang Tran on 2022/05/13 06:52
Rendered document content
RCA.Activities.Excel.ExcelExportChart Description This activity allows you to export charts or graphs from a specified Excel file as images. (* for mandatory) Properties Input Image Format (DropDownList)* - Select the file type that you want to save the exported chart/graph as. It contains 3 types
Location
Excel Activities
Raw document content
Excel file as images. (% class="wikigeneratedid" id="H" %) [[image:image-20220505134428-1.jpeg]] (* for mandatory) == **Properties** == **Input** * **Image Format (DropDownList)* **- Select the file

Select File

Last modified by DatPT on 2023/04/12 17:41
Rendered document content
RCA.Activities.Core.SelectFile Description This activity opens a dialog, allows you to select a file and returns full path of the selected file. Properties Input Filter (String) – Used to specify the type of file you want to select. This filter should contain a description of the filter
Title
Select File
Location
Select File
Raw document content
" %) ((( RCA.Activities.Core.SelectFile == **Description** == This activity opens a dialog, allows you to select a file and returns full path of the selected file. [[image:image-20220505093334-1.jpeg]] == **Properties** == **Input** * **Filter (String) **– Used to specify the type of file you want to select. This filter should contain

Excel Read Cell

Last modified by Giang Tran on 2022/05/13 06:23
Rendered document content
RCA.Activities.Excel.ExcelReadCell Description This activity allows to read value of an Excel cell and store it in a variable. It is only be used inside the Excel Application Scope activity
to be read. If there is no amendment, “Sheet1” is automatically selected. “Cell” - Specified cell need has
Title
Excel Read Cell
Location
Excel Activities
Excel Read Cell
Raw document content
" %) ((( RCA.Activities.Excel.ExcelReadCell == **Description** == This activity allows to read value of an Excel cell and store it in a variable. It is only be used inside the Excel Application Scope activity. [[image:image-20220505112903-1
selected. * **“Cell” **- Specified cell need has to identify to read. If there is no amendment, “A1

Excel Application Scope

Last modified by VuNH54 on 2023/04/19 16:56
Rendered document content
the macro level for the current Excel file. By default, EnableAll is selected. The drop-down contains three
Excel Macro settings Read Only (Checkbox): Opens the specified workbook in Read-Only mode. Selecting
RCA.Activities.Excel.ExcelApplicationScope Description This activity allows to open an Excel
Title
Excel Application Scope
Location
Excel Activities
Excel Application Scope
Raw document content
)** - Specifies the macro level for the current Excel file. By default, EnableAll is selected. The drop-down
. Selecting this check box enables you to perform data extraction operations in an Excel file which is locked
)**- When selected, the Excel file is opened in the foreground while performing actions on it. When

Excel Insert Rows

Last modified by Giang Tran on 2022/05/13 06:22
Rendered document content
to insert one or more rows in a table, range, or sheet at the specified location. This only can be used in Excel Application Scope Activity. (* for mandatory) In the body of the activity Sheet name
) - Number of rows you want to insert in Excel sheet E.g: 5 Row position (Int) - Position where the rows
Title
Excel Insert Rows
Location
Excel Activities
Excel Insert Rows
Raw document content
in a table, range, or sheet at the specified location. This only can be used in Excel Application Scope
: “Employee Name” * **Number of row (Int) **- Number of rows you want to insert in Excel sheet E.g: 5

Write Cell

Last modified by VuNH54 on 2023/04/20 10:53
Rendered document content
into a specified spreadsheet cell or a range. If the sheet does not exist, a new one is created. (* for mandatory) In the body of activity Workbook Path - The path of the Excel file you want to use. E.g: “C
content - The value or formula that you want to be written to a cell or range. Only string variables
Location
Excel Activities
Raw document content
spreadsheet cell or a range. If the sheet does not exist, a new one is created. [[image:image-20220505135743
of the Excel file you want to use. E.g: “C:\FolderName\ClientList.xlsx” * **Sheet name** - The sheet you want
to be written to a cell or range. Only string variables, generic variables and strings are supported. E.g

Excel Set Border

Last modified by Giang Tran on 2022/05/13 06:28
Rendered document content
RCA.Activities.Excel.ExelSetBorder Description The activity allows you to set the borders through different ranges in Excel. This only can be used in Excel Application Scope Activity. (* is mandatory
. E.g: “Employee Infomation” Range (String)* - The Range that you want to border. E.g: “A1:K10” Misc
Title
Excel Set Border
Location
Excel Activities
Excel Set Border
Raw document content
" %) ((( RCA.Activities.Excel.ExelSetBorder == **Description** == The activity allows you to set the borders through different ranges in Excel. This only can be used in Excel Application Scope Activity. (% class="wikigeneratedid" id="H
Infomation” * **Range (String)*** - The Range that you want to border. E.g: “A1:K10” **Misc

Excel Insert Image

Last modified by VuNH54 on 2023/04/19 17:20
Rendered document content
to specified Excel Sheets. This only can be used in Excel Application Scope Activity. (* is mandatory
\sky.png” Sheet name (String) - The sheet that you want to display. E.g: “ThisIsSheetName” Range (String) - The range you want to add image to. E.g: “K1:L1” Properties Input Image path (String)* - Input the full
Title
Excel Insert Image
Location
Excel Activities
Excel Insert Image
Raw document content
" %) ((( RCA.Activities.Excel.ExcelInsertImage == **Description** == This activity allows you to add images to specified Excel Sheets. This only can be used in Excel Application Scope Activity. (% class="wikigeneratedid" id="H
) **- The sheet that you want to display. E.g: “ThisIsSheetName” * **Range (String) **- The range you want to add

Append Range

Last modified by VuNH54 on 2023/04/19 16:55
Rendered document content
. E.g: “append excel range
stored in a DataTable variable to the end of a specified Excel spreadsheet. If the sheet does not exist
of activity Workbook Path - The full path of the Excel spreadsheet that you want to use. If the Excel file
Title
Append Range
Location
Excel Activities
Append Range
Raw document content
. E.g: “append excel range” ))) {{velocity}} #if ($xcontext.action != 'export') (% class="akb-toc
variable to the end of a specified Excel spreadsheet. If the sheet does not exist, a new one is created
) == **In the body of activity** == * **Workbook Path ** - The full path of the Excel spreadsheet that you want

Excel Write Cell

Last modified by VuNH54 on 2023/04/20 10:39
Rendered document content
 - The Excel cell or range that you want to write to. If the range isn't specified, the whole spreadsheet
: “Hello world” or “=B1+C2” Properties Input Cell (String)* - The Excel cell or range that you want
into a specified spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name
Title
Excel Write Cell
Location
Excel Activities
Excel Write Cell
Raw document content
: “ClientName” * **Cell** - The Excel cell or range that you want to write to. If the range isn't specified
)*** - The Excel cell or range that you want to write to. If the range isn't specified, the whole spreadsheet
spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name specified
next page » Page 1 2
RSS feed for search on [excel-select-range]
Created by admin on 2022/04/17 14:38