検索:excel-read-cell

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

17件のうち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

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 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

Excel Write Range (en)

VuNH54が2023/04/20 10:42に最終更新
表示されるドキュメントの内容
a DataTable variable in a spreadsheet starting with the cell indicated in the StartingCell field. If the starting cell isn't specified, the data is written starting from the A1 cell. If the sheet does not exist, a new one is created with the value specified in the Sheetname property. All cells within the specified
タイトル
Excel Write Range
保存場所
Excel Activities
Excel Write Range
ドキュメントの内容のソース
in a spreadsheet starting with the cell indicated in the StartingCell field. If the starting cell isn't specified, the data is written starting from the A1 cell. If the sheet does not exist, a new one is created with the value specified in the Sheetname property. All cells within the specified range are overwritten. Changes

Excel Application Scope (en)

VuNH54が2023/04/19 16:56に最終更新
表示されるドキュメントの内容
Workbook Path (String) - The path of the Excel file you want to read. E.g: “C:\FolderName\Contacts.xlsx
variables and strings are supported. Workbook Path (String)* - The path of the Excel file you want to read
are disabled in the specified Excel file. No macros can be run. ・ReadFromExcelSettings - Reads the current
タイトル
Excel Application Scope
保存場所
Excel Activities
Excel Application Scope
ドキュメントの内容のソース
of the activity** == * **Workbook Path (String)** - The path of the Excel file you want to read. E.g: “C
(String)*** - The path of the Excel file you want to read. E.g: “C:\FolderName\Contacts.xlsx” * **Password
macros are disabled in the specified Excel file. No macros can be run. ・ReadFromExcelSettings - Reads

Excel範囲をコピー/貼り付け

adminが2023/10/19 11:10に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelCopyPasteRange 説明 このアクティビティでは、範囲またはシート(値、数式、テーブル形式、セル形式を含む)をコピーし、現在のブック内の別の位置または別のブックに貼り付けることができます。 *は必須。 プロパティ スプレッドシートにコピー コピー先セル(文字列)* :コピーしたデータを貼り付ける開始セル
オプション コピーアイテム(ドロップダウンチェックボックス):指定した範囲の値に加えて、追加のコピー対象を指定するドロップダウンです。Value、Formula、Number Format、Cell
タイトル
Excel範囲をコピー/貼り付け
ドキュメントの内容のソース
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.Excel.ExcelCopyPasteRange == **説明** == このアクティビティでは、範囲またはシート(値、数式、テーブル形式、セル形式を含む)をコピーし、現在のブック内の別の位置または別のブックに貼り付ける
の値に加えて、追加のコピー対象を指定するドロップダウンです。Value、Formula、Number Format、Cell Format、Allから選択可能です。 ))) {{velocity
保存場所
Excel Activities
Excel Copy Paste Range

Excel Set Range Color (en)

Giang Tranが2022/05/13 06:48に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.ExcelSetRangeColor Description This activity allows changing color of a specified cell or cell range using a Color variable. Can only be used within the Excel Application Scope
that contains the cell you want to color. E.g: “Name of the sheet” Range (String)* - The range of data
タイトル
Excel Set Range Color
保存場所
Excel Activities
Excel Set Range Color
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.ExcelSetRangeColor == **Description** == This activity allows changing color of a specified cell or cell range using a Color variable. Can only be used within the Excel Application Scope activity. [[image:image
)* **- The name of the sheet that contains the cell you want to color. E.g: “Name of the sheet” * **Range
次のページ » ページ 1 2
[excel-read-cell]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成