検索:excel-read-cell

adminが2022/04/24 04:58に最終更新

19件のうち1 - 10 次のページ » ページ 1 2

Excel Read Cell (en)

Giang Tranが2022/05/13 06:23に最終更新
表示されるドキュメントの内容
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
タイトル
Excel Read Cell
保存場所
Excel Read Cell
Excel Activities
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelReadCell == **Description** == This activity allows to read value of an Excel cell and store
of the sheet contains the cell which is aimed to be read. If there is no amendment, “Sheet1” is automatically selected. * **“Cell” **- Specified cell need has to identify to read. If there is no amendment, “A1

Activities (en)

adminが2022/07/01 15:42に最終更新
表示されるドキュメントの内容
LookUp Range Excel Read Cell Excel Read Range Excel Remove Duplicates Range Excel Save As Workbook Excel
Write Cell Excel Write Range Execute Macro Export Chart Read Column Read Range Read Row Write Cell Write
Append Range Excel Append Range Excel Application Scope Excel Close Workbook Excel Copy Paste
保存場所
Excel Activities
ドキュメントの内容のソース
://docs.akabot.com/bin/view/Activities/Excel%20Activities/Activities/Excel%20LookUp%20Range/]] * [[Excel Read Cell
/Activities/Read%20Row/]] * [[Write Cell>>url:https://docs.akabot.com/bin/view/Activities/Excel%20Activities
/]] * [[Excel Read Range>>url:https://docs.akabot.com/bin/view/Activities/Excel%20Activities/Activities/Excel

Excel Activities (en)

保存場所
adminが2022/05/18 09:52に最終更新
表示されるドキュメントの内容
The Excel Activities offers deep integration with Microsoft Excel and ships with a number of activities that automate the tasks you perform in Excel. These activities enable the robots to: Read information from a cell, columns, rows or ranges, and write to other spreadsheets or workbooks. Execute macros
タイトル
Excel Activities
保存場所
Excel Activities
ドキュメントの内容のソース
The Excel Activities offers deep integration with Microsoft Excel and ships with a number of activities that automate the tasks you perform in Excel. These activities enable the robots to: * ((( Read information from a cell, columns, rows or ranges, and write to other spreadsheets or workbooks. ))) * Execute

Excel Read Range (en)

VuNH54が2023/04/20 09:37に最終更新
表示されるドキュメントの内容
is read. If the range is specified as a cell, the whole spreadsheet starting from that cell is read. Can
is read. If the range is specified as a cell, the whole spreadsheet starting from that cell is read. Only
RCA.Activities.Excel.ExcelReadRange Description This activity allows you to read the value
タイトル
Excel Read Range
保存場所
Excel Read Range
Excel Activities
ドキュメントの内容のソース
as a cell, the whole spreadsheet starting from that cell is read. Can only be used in the Excel Application
" %) ((( RCA.Activities.Excel.ExcelReadRange == **Description** == This activity allows you to read the value of an Excel range and store
specified, the whole spreadsheet is read. If the range is specified as a cell, the whole spreadsheet

Excel Write Cell (en)

VuNH54が2023/04/20 10:39に最終更新
表示されるドキュメントの内容
 - The Excel cell or range that you want to write to. If the range isn't specified, the whole spreadsheet is read. If the range is specified as a cell, the whole spreadsheet starting from that cell is read. Only
: “Hello world” or “=B1+C2” Properties Input Cell (String)* - The Excel cell or range that you want
タイトル
Excel Write Cell
保存場所
Excel Write Cell
Excel Activities
ドキュメントの内容のソース
: “ClientName” * **Cell** - The Excel cell or range that you want to write to. If the range isn't specified, the whole spreadsheet is read. If the range is specified as a cell, the whole spreadsheet starting from that cell is read. Only string variables and strings are supported. E.g: “A1:K10” * **Value **- The value

Read Column (en)

VuNH54が2023/04/20 10:48に最終更新
表示されるドキュメントの内容
) 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
タイトル
Read Column
保存場所
Excel Activities
Read Column
ドキュメントの内容のソース
" %) ((( 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
** * **Sheet name (String)*** - The sheet you want to read. E.g: "Sheet1" * **Starting Cell (String

Read Row (en)

Giang Tranが2022/05/13 06:53に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ReadRow Description Reads the values from a row beginning with the cell
) 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
タイトル
Read Row
保存場所
Excel Activities
Read Row
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ReadRow == **Description** == Reads the values from a row beginning with the cell specified
you want to read. E.g: "Sheet1" * **Starting Cell (String)*** - The cell from which to start
** == **Input** * **Sheet name (String)*** - The sheet you want to read. E.g: "Sheet1" * **Starting Cell

Read Range (en)

Giang Tranが2022/05/13 06:53に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ReadRange Description This activity allows you to read the Excel range
that cell is read. This activity uses ClosedXML library (* 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
タイトル
Read Range
保存場所
Excel Activities
Read Range
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ReadRange == **Description** == This activity allows you to read the Excel range and store in a DataTable variable. If the range isn’t specified, the whole spreadsheet starting from that cell is read
) == **In the body of activity** == * **Workbook Path (String)*** - The path of the Excel file you want to read

Write Cell (en)

VuNH54が2023/04/20 10:53に最終更新
表示されるドキュメントの内容
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:\FolderName\ClientList.xlsx” Sheet name - The sheet you want to write the data to. E.g: “ClientNames” Cell
タイトル
Write Cell
保存場所
Excel Activities
Write Cell
ドキュメントの内容のソース
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 write the data to. E.g: “ClientNames” * **Cell content **- The value or formula that you want

Write Range (en)

VuNH54が2023/04/20 10:55に最終更新
表示されるドキュメントの内容
a DataTable variable in a spreadsheet starting with the cell indicated in the Starting Cell field. If the starting cell is not specified, the data is written starting from the A1 cell. (* for mandatory) In the body of activity Workbook Path - The path of the Excel file you want to write to. E.g: “C:\FolderName
保存場所
Excel Activities
ドキュメントの内容のソース
in a spreadsheet starting with the cell indicated in the Starting Cell field. If the starting cell is not specified, the data is written starting from the A1 cell. (% class="wikigeneratedid" id="H" %) [[image:image
of the Excel file you want to write to. E.g: “C:\FolderName\ClientList.xlsx” * **Sheet name** - The name
次のページ » ページ 1 2
[excel-read-cell]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成