Search: excel-get-workbook-sheet

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

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

Excel Save As Workbook

Last modified by VuNH54 on 2023/04/20 09:45
Rendered document content
RCA.Activities.Excel.ExcelSaveAsWorkbook Description The activity allows you to save changes as a new file. This only can be used in Excel Application Scope Activity. (* for mandatory) In the body
code better. E.g: Save as Workbook Options File Format (DropDown list box) - You can choose different
Title
Excel Save As Workbook
Location
Excel Save As Workbook
Excel Activities
Raw document content
be used in Excel Application Scope Activity. [[image:image-20220505135028-1.jpeg]] (* for mandatory
of the activity to organize and structure your code better. E.g: Save as Workbook **Options** * **File Format

Get Excel Column Name

Last modified by VuNH54 on 2023/04/20 11:33
Rendered document content
. E.g: [482156710] Get Excel Column Name Output Result (String) - Stores column name in a string
Title
Get Excel Column Name
Location
Get Excel Column Name
Excel Activities
Raw document content
] Get Excel Column Name **Output** * **Result (String) **- Stores column name in a string variable.

[1] Release Notes

Located in
Last modified by VuNH54 on 2023/09/08 14:41
Rendered document content
of worksheets (Sheets) from a specified workbook (Workbook). Read Cell: Reads the value of an Excel cell
the same sheet. Copy Sheet: Copies a sheet from a specified workbook and pastes it to another specified
a range of cell data (Range) from a specified workbook (Workbook) worksheet (SheetName). Delete Sheet
Raw document content
a specified workbook (**Workbook**) worksheet (**SheetName**). * Delete Sheet: Deletes the specified sheet
. * Get Cell Color: Extracts the background color of a cell and saves it as a Color variable * Get sheets: Uses the Microsoft Graph Get worksheet API to retrieve and return an array of worksheets (**Sheets

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
of activity Workbook Path - The full path of the Excel spreadsheet that you want to use. If the Excel file
variables. Properties Input Workbook Path (String)* - The full path of the Excel spreadsheet that you
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
) == **In the body of activity** == * **Workbook Path ** - The full path of the Excel spreadsheet that you want to use. If the Excel file to be used is located in the project folder, its relative path can be used

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
of the Excel file you want to use. E.g: “C:\FolderName\ClientList.xlsx” Sheet name (String)* - The sheet you
Location
Excel Activities
Raw document content
of the Excel file you want to use. E.g: “C:\FolderName\ClientList.xlsx” * **Sheet name** - The sheet you want
: “A20” == **Properties** == **Input** * **Workbook Path (String)*** - The path of the Excel file you
spreadsheet cell or a range. If the sheet does not exist, a new one is created. [[image:image-20220505135743

Read Column

Last modified by VuNH54 on 2023/04/20 10:48
Rendered document content
) In the body of activity Workbook Path (String)* - The path of the Excel file you want to read. E.g: “C:\FolderName\SaleReport.xlsx” Sheet name (String)* - The sheet you want to read. E.g: "Sheet1" Starting Cell
, this is filled in with "A1". E.g: "A1" Workbook Path (String)* - The path of the Excel file you want to read. E.g
Location
Excel Activities
Raw document content
]] (* for mandatory) == **In the body of activity** == * **Workbook Path (String)*** - The path of the Excel file you want to read. E.g: “C:\FolderName\SaleReport.xlsx” * **Sheet name (String)*** - The sheet you want
" * **Workbook Path (String)*** - The path of the Excel file you want to read. E.g: “C:\FolderName

Excel Insert Columns Table

Last modified by VuNH54 on 2023/04/19 17:07
Rendered document content
position in the table. (* for 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" Table name (String) - Table name you
) - Position you want to add. Sheet name (String)* - The name of the sheet in the workbook where the change
Title
Excel Insert Columns Table
Location
Excel Activities
Excel Insert Columns Table
Raw document content
-20220505141633-1.png]] (* for 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" * **Table name (String
(String)*** - The name of the sheet in the workbook where the change must be made. E.g: "Sheet1" * **Table

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

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 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
next page » Page 1 2
RSS feed for search on [excel-get-workbook-sheet]
Created by admin on 2022/04/17 14:38