Search: excel-get-column-name

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

Results 21 - 30 of 193 « previous page next page » Page 1 2 3 4 5 6 7 8 9 ... 20

Append Range

Last modified by VuNH54 on 2023/04/19 16:55
Rendered document content
stored in a DataTable variable to the end of a specified Excel spreadsheet. If the sheet does not exist, a new one is created with the name indicated in the Sheetname field. (* for mandatory) In the body of activity Workbook Path - The full path of the Excel spreadsheet that you want to use. If the Excel file
Location
Excel Activities
Raw document content
variable to the end of a specified Excel spreadsheet. If the sheet does not exist, a new one is created with the name indicated in the Sheetname field. [[image:image-20220505140101-1.jpeg]] (* for mandatory) == **In the body of activity** == * **Workbook Path ** - The full path of the Excel spreadsheet that you want

Remove Data Column

Last modified by Nhan Nguyen on 2022/05/13 03:04
Rendered document content
from the column collection of the DataTable. Eg: 12. Column Name (String)* - The name of the column
Column to a specified DataTable. (* is mandatory) Properties Input Column (DataColumn)* - A DataColumn object to be removed from the column collection of the DataTable. If this property is set
Title
Remove Data Column
Attachment name
remove data column.jpg
Location
Remove Data Column
Raw document content
of the DataTable. Eg: 12. * **Column Name (String)*** - The name of the column to be removed from the column
edit the name of the activity to organize and structure your code better. Eg: “Remove Data Column
" %) ((( RCA.Activities.Core.RemoveDataColumn == **Description** == This activity allows you to remove a Data Column to a specified

Look Up Data Table

Last modified by Nhan Nguyen on 2022/05/13 03:03
Rendered document content
only Int32 variables. Eg: 1 Column Name (String) - The name of the column you want to search for. This field supports only strings and String variables. Eg: “Name of column” Data Column (DataColumn
: 1 Column Name (String) - Specifying a Column name here returns the value of the cell found
Raw document content
supports only Int32 variables. Eg: 1 * **Column Name (String)** - The name of the column you want to search for. This field supports only strings and String variables. Eg: “Name of column” * **Data Column
and the value from the RowIndex property. This field supports only Int32 variables. Eg: 1 * **Column Name

Add Data Column

Last modified by Nhan Nguyen on 2022/05/13 02:54
Rendered document content
to a specified DataTable. (* is mandatory) Properties Input Column (DataColumn)* - A DataColumn object that is to be appended to the column collection of the DataTable. Column Name (String)* - The name of the new column you
)* - The DataTable object in which you want to add a column. This field supports only DataTable objects. Misc
Title
Add Data Column
Attachment name
add data column.jpg
Location
Add Data Column
Raw document content
** == **Input** * **Column (DataColumn)*** - A DataColumn object that is to be appended to the column collection of the DataTable. * **Column Name (String)*** - The name of the new column you want to add
in which you want to add a column. This field supports only DataTable objects. **Misc** * **Public

Sort Data Table

Last modified by Nhan Nguyen on 2022/05/05 04:21
Rendered document content
) - The index of the column you want to sort. Eg: 3 Column Name (String) - Name of the sorting column. Eg: “Column name here”. Data Column (DataColumn) - The variable containing the column you want to sort
in ascending or descending order, based on the values of a specified column. (* is mandatory) Properties
Raw document content
) **- The index of the column you want to sort. Eg: 3 * **Column Name (String)** - Name of the sorting column. Eg: “Column name here”. * **Data Column (DataColumn)** - The variable containing the column you want to sort
order, based on the values of a specified column. [[[[image:sort data table.jpg||class="img-thumbnail

Excel Save Workbook

Last modified by Giang Tran on 2022/05/13 06:25
Rendered document content
to the workbook. This only can be used in Excel Application Scope Activity. (* for mandatory) Properties
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: Excel Save Workbook
Title
Excel Save Workbook
Location
Excel Activities
Excel Save Workbook
Raw document content
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: Excel
can be used in Excel Application Scope Activity. [[image:image-20220505134823-1.jpeg

Release Notes

Last modified by Nga Nguyen on 2022/05/13 04:21
Rendered document content
RCA.Activities.Excel Version 2.1.1.0 Bugs fixed [ExcelApplicationScope]Edit message when excel file is set password protected sheet. [ExportChart]Export chart missing when name file excel has chart name same. [ExcelApplicationScope] At Textbox[Designer], change length when input more than 200
Raw document content
when excel file is set password protected sheet. * [ExportChart]Export chart missing when name file excel has chart name same. * [ExcelApplicationScope] At Textbox[Designer], change length when input more than 200 characters. * [ExcelApplicationScope] A loop opens Excel file in the background. Even though

[1] Release Notes

Last modified by Nga Nguyen on 2022/05/13 03:20
Rendered document content
RCA.Activities.Excel Version 2.1.1.0 Bugs fixed [ExcelApplicationScope]Edit message when excel file is set password protected sheet. [ExportChart]Export chart missing when name file excel has chart name same. [ExcelApplicationScope] At Textbox[Designer], change length when input more than 200
Location
Excel Activities
Raw document content
when excel file is set password protected sheet. * [ExportChart]Export chart missing when name file excel has chart name same. * [ExcelApplicationScope] At Textbox[Designer], change length when input more than 200 characters. * [ExcelApplicationScope] A loop opens Excel file in the background. Even though

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
strings and String variables. E.g: “C:\FolderName\sky.png” Sheet name (String)* - The sheet that you want
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
. This field accepts only strings and String variables. E.g: “C:\FolderName\sky.png” * **Sheet name (String

Excel Write Cell

Last modified by VuNH54 on 2023/04/20 10:39
Rendered document content
into a specified spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name specified in the Sheet Name property. If a value exists, it is overwritten. Changes are immediately saved. Can only be used in the Excel Application Scope activities. (* is mandatory) In the body
Title
Excel Write Cell
Location
Excel Activities
Excel Write Cell
Raw document content
of this activity. You can edit the name of the activity to organize and structure your code better. **E.g**: Excel
spreadsheet cell or a range. If the sheet does not exist, a new one is created with the name specified in the Sheet Name property. If a value exists, it is overwritten. Changes are immediately saved. Can only
RSS feed for search on [excel-get-column-name]
Created by admin on 2022/04/17 14:38