Search: excel-get-workbook-sheets

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

Results 21 - 30 of 47 « previous page next page » Page 1 2 3 4 5

Excel Copy Paste Range

Last modified by Giang Tran on 2022/05/13 04:28
Rendered document content
or sheet (including values, formulas, table format, and cell format) and pastes it to another location in the current workbook or to a different workbook. (* for mandatory) Properties Copy to SpeadSheet
only strings and String variables. E.g: “E10” Destination Sheet (String)* - The sheet you want to paste
Title
Excel Copy Paste Range
Location
Excel Activities
Excel Copy Paste Range
Raw document content
" %) ((( RCA.Activities.Excel.ExcelCopyPasteRange == **Description** == This activity allows to copy a range or sheet (including values, formulas, table format, and cell format) and pastes it to another location in the current workbook or to a different workbook. [[image:image-20220505131502-1.jpeg]] (* for mandatory) == **Properties** == **Copy

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 and ShiftOption property fields. (* for mandatory) Properties Input Sheet Name (String) - The name of the sheet contains the data you want to delete. By default, this is filled in with "Sheet1." Only String
Title
Excel Delete Range
Location
Excel Activities
Excel Delete Range
Raw document content
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.Excel.ExcelDeleteRange == **Description** == This activity allows deleting a specified range in an Excel workbook
** == **Input** * **Sheet Name (String)** - The name of the sheet contains the data you want to delete

Excel Application Scope

Last modified by VuNH54 on 2023/04/19 16:56
Rendered document content
workbook and provides a scope for Excel Activities. (* for mandatory) In the body of the activity Workbook Path (String) - The path of the Excel file you want to read. E.g: “C:\FolderName\Contacts.xlsx
(String) - The password required for editing password protected Excel workbooks, if necessary. Only String
Title
Excel Application Scope
Location
Excel Activities
Excel Application Scope
Raw document content
" %) ((( RCA.Activities.Excel.ExcelApplicationScope == **Description** == This activity allows to open an Excel workbook and provides a scope
of the activity** == * **Workbook Path (String)** - The path of the Excel file you want to read. E.g: “C
protected Excel workbooks, if necessary. Only String variables and strings are supported. * **Workbook Path

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
characters. [ExcelApplicationScope] A loop opens Excel file in the background. Even though the workflow has
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
characters. [ExcelApplicationScope] A loop opens Excel file in the background. Even though the workflow has
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 Or Delete Rows

Last modified by Giang Tran on 2022/05/13 06:19
Rendered document content
the document. Sheet name (String)* - The name of the sheet in the workbook where the change must be made. E.g
or removal begins. By default, this is filled in with 1. E.g: 2 Sheet name (String)* - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1" Properties Destination Number of rows (Int32
Title
Excel Insert Or Delete Rows
Location
Excel Activities
Excel Insert Or Delete Rows
Raw document content
)** - The row where the insertion or removal begins. By default, this is filled in with 1. E.g: 2 * **Sheet name (String)*** - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1
the document. * **Sheet name (String)*** - The name of the sheet in the workbook where the change must be made

Excel Read Range

Last modified by VuNH54 on 2023/04/20 09:37
Rendered document content
only be used in the Excel Application Scope activity. (* is mandatory) In the body of activity Sheet name (String)* - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1
of an Excel range and store it in a DataTable variable. If the range is not specified, the whole spreadsheet
Title
Excel Read Range
Location
Excel Activities
Excel Read Range
Raw document content
** == * **Sheet name (String)*** - The name of the sheet in the workbook where the change must be made. E.g
" %) ((( RCA.Activities.Excel.ExcelReadRange == **Description** == This activity allows you to read the value of an Excel range and store
as a cell, the whole spreadsheet starting from that cell is read. Can only be used in the Excel Application

Excel Insert Or Delete Columns

Last modified by VuNH54 on 2023/04/19 17:08
Rendered document content
or removal begins. E.g: 2 Sheet name (String)* - The name of the sheet in the workbook where the change must
columns to the document. ・Delete: Remove columns from the document. Sheet name (String)* - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1" Misc Public (Boolean) - Check
Title
Excel Insert Or Delete Columns
Location
Excel Activities
Excel Insert Or Delete Columns
Raw document content
**: Remove columns from the document. * **Sheet name (String)*** - The name of the sheet in the workbook
)** - The column where the insertion or removal begins. E.g: 2 * **Sheet name (String)*** - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1" == **Properties** == **Destination** * **Number

Excel LookUp Range

Last modified by Giang Tran on 2022/05/13 06:22
Rendered document content
) In the body of activity Sheet name (String)* - The name of the sheet in the workbook where you want to search
(String)* - The range where you want to perform the search. E.g: "A1:H5" Sheet name (String)* - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1" Value (String) - The value that you
Title
Excel LookUp Range
Location
Excel Activities
Excel LookUp Range
Raw document content
]] (* for mandatory) == **In the body of activity** == * **Sheet name (String)*** - The name of the sheet in the workbook where you want to search. E.g: "Sheet1" * **Range (String)*** - The range where you want
where you want to perform the search. E.g: "A1:H5" * **Sheet name (String)*** - The name of the sheet

Write Range

Last modified by VuNH54 on 2023/04/20 10:55
Rendered document content
) In the body of activity Workbook Path - The path of the Excel file you want to write to. E.g: “C:\FolderName\ClientList.xlsx” Sheet name - The name of the sheet in which the range that you want to write to is. By default
Workbook Path (String)* - The path of the Excel file you want to write to. E.g: “C:\FolderName
Location
Excel Activities
Raw document content
-20220505135914-1.jpeg]] (* for mandatory) == **In the body of activity** == * **Workbook Path** - The path of the Excel file you want to write to. E.g: “C:\FolderName\ClientList.xlsx” * **Sheet name** - The name of the sheet in which the range that you want to write to is. By default, this is filled in with "Sheet1." E.g
RSS feed for search on [excel-get-workbook-sheets]
Created by admin on 2022/04/17 14:38