Search: add-data-column

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

Results 1 - 10 of 23 next page » Page 1 2 3

Excel Insert Or Delete Columns

Last modified by VuNH54 on 2023/04/19 17:08
Rendered document content
) - The number of columns you wish to add or remove. E.g: 1 Position (Int32) - The column where the insertion
to add or remove. E.g: 1 Position (Int32) - The column where the insertion or removal begins. E.g: 2 Input Change Mode (Dropdown List) - Selects whether the activity adds or removes columns. ・Add: Add
Title
Excel Insert Or Delete Columns
Raw document content
" %) ((( RCA.Activities.Excel.ExcelInsertOrDeleteColumns == **Description** == Adds or removes a specified number of columns at a certain position
of columns (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32
of column (Int32)** - The number of columns you wish to add or remove. E.g: 1 * **Position (Int32

Excel Insert Columns Table

Last modified by VuNH54 on 2023/04/19 17:07
Rendered document content
RCA.Activities.Excel.ExcelInsertColumnsTable Description Adds a specified column at a certain
want to insert. E.g: "Table1" Column name (String) - Name of column you want to insert. E.g: "Column1" Properties Input Column name (String) - Name of column you want to insert. E.g: "Column1" Position (Int32
Title
Excel Insert Columns Table
Raw document content
" %) ((( RCA.Activities.Excel.ExcelInsertColumnsTable == **Description** == Adds a specified column at a certain position in the table. [[image:image
)** - Table name you want to insert. E.g: "Table1" * **Column name (String)** - Name of column you want to insert. E.g: "Column1" == **Properties** == **Input** * **Column name (String)** - Name of column you

Read CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
a specified CSV File. (* is mandatory) In the body of activity File Path (String) - You can add the file
of the CSV file E.g: “C:\CSVFolder\clientList.csv” Misc Public (CheckBox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. Display Name (String
Raw document content
Path (String)** - You can add the file path of the CSV here. String supported only. == **Properties
” **Misc** * **Public (CheckBox) **- If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String) **- The name of this activity

Write CSV File

Last modified by Giang Tran on 2023/09/25 16:27
Rendered document content
DataTable to a CSV File. (* is mandatory) In the body of activity File Path (String) - You can add the file path of the CSV here. String supported only. Data Table (DataTable) - Specifies the DataTable to be written in the CSV file. Properties Input Data Table (DataTable)* - Specifies the DataTable
Raw document content
** == * **File Path (String)** - You can add the file path of the CSV here. String supported only. * **Data
” * **Add Headers (CheckBox)** - Boolean that specifies if the column names from the DataTable will be added
** == **Input** * **Data Table (DataTable)*** - Specifies the DataTable to be written in the CSV file

Read Column

Last modified by VuNH54 on 2023/04/20 10:48
Rendered document content
(String)* - The cell from which to start extracting the column data. By default, this is filled
" Starting Cell (String)* - The cell from which to start extracting the column data. By default
RCA.Activities.Excel.ReadColumn Description Reads the values from a column beginning
Title
Read Column
Location
Read Column
Raw document content
)*** - The cell from which to start extracting the column data. By default, this is filled in with "A1". E.g: "A1
" %) ((( RCA.Activities.Excel.ReadColumn == **Description** == Reads the values from a column beginning with the cell specified
to read. E.g: "Sheet1" * **Starting Cell (String)*** - The cell from which to start extracting the column

Read Range

Last modified by Giang Tran on 2022/05/13 06:53
Rendered document content
Options Add Headers - If you select this, the column headers from the specified spreadsheet range
” Sheet name (String)* - The sheet you want to read. E.g: "Sheet1" Range - Range of the data. If it isn’t
)- The sheet you want to read. E.g: "Sheet1" Range - Range of the data. If it isn’t specified, the whole
Raw document content
. E.g: Read Range **Options** * **Add Headers **- If you select this, the column headers from
: "Sheet1" * **Range** - Range of the data. If it isn’t specified, the whole spreadsheet will be read. E.g
want to read. E.g: "Sheet1" * **Range** - Range of the data. If it isn’t specified, the whole

Write Range

Last modified by VuNH54 on 2023/04/20 10:55
Rendered document content
RCA.Activities.Excel.WriteRange Description This activity allows you to write the data from
. If the starting cell is not specified, the data is written starting from the A1 cell. (* for mandatory
, this is filled in with "Sheet1." E.g: “ClientNames” Starting Cell – The cell from which to start writing data
Raw document content
" %) ((( RCA.Activities.Excel.WriteRange == **Description** == This activity allows you to write the data from a DataTable variable
, the data is written starting from the A1 cell. (% class="wikigeneratedid" id="H" %) [[image:image
: “ClientNames” * **Starting Cell **– The cell from which to start writing data. Only string variables

Excel Write Range

Last modified by VuNH54 on 2023/04/20 10:42
Rendered document content
RCA.Activities.Excel.ExcelWriteRange Description This activity allows you to write the data from
. If the starting cell isn't specified, the data is written starting from the A1 cell. If the sheet does not exist
” Starting Cell - The cell from which to start writing data. Only string variables and strings are supported
Raw document content
Range Excel **Options** * **Add Headers (Checkbox) **- When selected, column headers are also written
" %) ((( RCA.Activities.Excel.ExcelWriteRange == **Description** == This activity allows you to write the data from a DataTable variable
, the data is written starting from the A1 cell. If the sheet does not exist, a new one is created

Excel Delete Range

Last modified by Giang Tran on 2022/05/13 04:31
Rendered document content
in an Excel workbook. Can also be used to shift an entire row or column by using the ShiftCells
of the sheet contains the data you want to delete. By default, this is filled in with "Sheet1." Only String variables and strings are supported. E.g: “Employee Data” Range (String)* - The range you want to delete
Raw document content
. Can also be used to shift an entire row or column by using the ShiftCells and ShiftOption property
** == **Input** * **Sheet Name (String)** - The name of the sheet contains the data you want to delete
Data” * **Range (String)* **- The range you want to delete. This field supports only strings

Add Log Fields

Last modified by Giang Tran on 2022/05/13 03:34
Rendered document content
RCA.Activities.Core.AddLogFields Description This activity allows you to add customized log
(Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data
of the activity to organize and structure your code better. E.g: [056739368] Add Log Fields
Title
Add Log Fields
Location
Add Log Fields
Raw document content
" %) ((( RCA.Activities.Core.AddLogFields == **Description** == This activity allows you to add customized log fields to each and every
lines. **Misc** * **Public (Checkbox)** - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it. * **Display Name (String)** - The name
next page » Page 1 2 3
RSS feed for search on [add-data-column]
Created by admin on 2022/04/17 14:38