Search: excel-copy-sheet

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

Results 31 - 40 of 53 « previous page next page » Page 1 2 3 4 5 6

Excel範囲を選択 (ja)

Last modified by admin on 2023/10/19 11:26
Rendered document content
RCA.Activities.Excel.ExcelSelectRange 説明 このアクティビティでは、Excelスプレッドシートから指定した範囲を選択して、さらにアクションを実行できます。 *は必須。 プロパティ 入力 シート名(文字列):指定した範囲を選択するシートの名前。デフォルトでは、"Sheet1."で入力されます。文字列および文字列変数のみがサポートされています。 範囲(文字列)*:選択される範囲。文字列および文字列変数のみがサポートされています。 例:“A1:K10” その他 公開(チェックボックス):公開したい場合はチェックを入れます。使用前に、必ずデータ
Title
Excel範囲を選択
Raw document content
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.Excel.ExcelSelectRange == **説明** == このアクティビティでは、Excelスプレッドシートから指定した範囲を選択して、さらにアクションを実行できます。 [[image:image-20220505133120-1.jpeg]] *は必須。 == **プロパティ** == **入力** * **シート名(文字列)**:指定した範囲を選択するシートの名前。デフォルトでは、"Sheet1."で入力
Location
Excel Activities
Excel Select Range

Excel Read Cell

Last modified by Giang Tran on 2022/05/13 06:23
Rendered document content
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. (* is mandatory) In the body of the activity “Sheet Name” – Name of the sheet contains the cell which is aimed
Title
Excel Read Cell
Location
Excel Activities
Excel Read Cell
Raw document content
" %) ((( 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. [[image:image-20220505112903-1.jpeg]] (* is mandatory) == **In the body of the activity** == * **“Sheet Name”** – Name

Excel Read Row

Last modified by VuNH54 on 2023/04/20 11:24
Rendered document content
of an Excel row beginning from the cell specified in the StartingCell field: and stores it in an lEnumerable<object> variable. (* is mandatory) In the body of activity Sheet name - The sheet you want to read
, this is filled in with "A1". E.g: "A1" Properties Input Sheet name (String)* - The sheet you want to read. E.g
Title
Excel Read Row
Location
Excel Activities
Excel Read Row
Raw document content
the values of an Excel row beginning from the cell specified in the StartingCell field: and stores
of activity** == * **Sheet name** - The sheet you want to read. E.g: "Sheet1" * **Starting Cell** - The cell
" == **Properties** == **Input** * **Sheet name (String)*** - The sheet you want to read. E.g: "Sheet1

Excel範囲に書き込む (ja)

Last modified by admin on 2023/10/19 10:44
Rendered document content
RCA.Activities.Excel.ExcelWriteRange 説明 このアクティビティにより、開始セルフィールドに示されているセルで開始するスプレッドシートのデータテーブル変数
した範囲にあるすべてのセルは上書きされます。変更はただちに保存されます。Excelアプリケーションスコープアクティビティ内でのみ使用できます。 *は必須。 アクティビティの内容 シート名:書き込みたいシートです。デフォルトでは、"Sheet1."で入力されます。文字列および文字列変数のみがサポートされています。例:"シート1" 開始セル:データ書き込みを開始するセルです。文字列および文字列変数
Title
Excel範囲に書き込む
Raw document content
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.Excel
されます。Excelアプリケーションスコープアクティビティ内でのみ使用できます。 [[image:image-20220505114134-2.jpeg]] *は必須。 == **アクティビティの内容** == * **シート名**:書き込みたいシートです。デフォルトでは、"Sheet1."で入力されます。文字列および文字列変数のみがサポートされています。例:"シート1" * **開始セル**:データ書き込みを開始
Location
Excel Activities
Excel Write Range

範囲に書き込む (ja)

Last modified by admin on 2023/10/19 10:49
Rendered document content
RCA.Activities.Excel.WriteRange 説明 このアクティビティでは、開始セルフィールドに示されているセルで開始するスプレッドシートのデータテーブル変数からデータを書き込むことができます。開始セルが指定されていない場合、A1セルからデータ書き込みを開始します。 *は必須。 アクティビティの内容 ワークブックのパス:書き込み先のExcelファイルのパス。 例:“C:\FolderName\ClientList.xlsx” シート名:書き込みたい範囲が含まれるシートの名前。デフォルトでは、"Sheet1."で入力されます。 例:"クライアント名" 開始セル
Raw document content
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.Excel
]] *は必須。 == **アクティビティの内容** == * **ワークブックのパス**:書き込み先のExcelファイルのパス。 例:“C:\FolderName\ClientList.xlsx” * **シート名**:書き込みたい範囲が含まれるシートの名前。デフォルトでは、"Sheet1."で入力されます。 例:"クライアント名" * **開始セル**:データ書き込みを開始するセルです。文字列および文字列
Location
Excel Activities

Excel Insert Rows

Last modified by Giang Tran on 2022/05/13 06:22
Rendered document content
to insert one or more rows in a table, range, or sheet at the specified location. This only can be used in Excel Application Scope Activity. (* for mandatory) In the body of the activity Sheet name
) - Number of rows you want to insert in Excel sheet E.g: 5 Row position (Int) - Position where the rows
Title
Excel Insert Rows
Location
Excel Activities
Excel Insert Rows
Raw document content
in a table, range, or sheet at the specified location. This only can be used in Excel Application Scope
of the activity** == * **Sheet name (String)*** - The name of the sheet that you want to insert row. E.g: “Employee Name” * **Number of row (Int) **- Number of rows you want to insert in Excel sheet E.g: 5

Excel Append Range

Last modified by VuNH54 on 2023/04/19 16:57
Rendered document content
in a Data Table variable to the end of a specified Excel spreadsheet. (* is mandatory) In the body of activity Sheet Name - The name of the sheet in which to add the specified range. By default
 - The data to be added. This field supports only DataTable variables. Properties Input Sheet Name (String
Title
Excel Append Range
Location
Excel Activities
Excel Append Range
Raw document content
to the end of a specified Excel spreadsheet. [[image:image-20220505131238-1.jpeg]] (* is mandatory) == **In the body of activity** == * **Sheet Name** - The name of the sheet in which to add the specified range
. == **Properties** == **Input** * **Sheet Name (String)*** - The name of the sheet in which to add the specified

Excelセルに書き込む (ja)

Last modified by admin on 2023/10/19 10:43
Rendered document content
RCA.Activities.Excel.ExcelWriteCell 説明 このアクティビティでは、指定されたスプレッドシートセル又は範囲に値又は式を書き込むことができます。シートが存在しない場合は、[シート名]プロパティに指定した値で新しいシートが作成されます。値が存在する場合は上書きされます。変更はただちに保存されます。Excelアプリケーションスコープアクティビティ内でのみ使用できます。 *は必須。 アクティビティの内容 シート名:指定したセルを追加するシートの名前。デフォルトでは、"Sheet1."で入力されます。文字列および文字列変数のみがサポートされています。例:“クライアント名
Title
Excelセルに書き込む
Raw document content
(% class="akb-page-with-toc" %) ((( (% class="akb-page-content" %) ((( RCA.Activities.Excel
シートが作成されます。値が存在する場合は上書きされます。変更はただちに保存されます。Excelアプリケーションスコープアクティビティ内でのみ使用できます。 [[image:image-20220505113619-1.jpeg]] *は必須。 == **アクティビティの内容** == * **シート名**:指定したセルを追加するシートの名前。デフォルトでは、"Sheet1."で入力されます。文字列
Location
Excel Activities
Excel Write Cell

Read Range

Last modified by Giang Tran on 2022/05/13 06:53
Rendered document content
) - The path of the Excel file you want to read. E.g: “C:\FolderName\SaleReport.xlsx” Sheet name (String
RCA.Activities.Excel.ReadRange Description This activity allows you to read the Excel range
Workbook Path (String)* - The path of the Excel file you want to read. E.g: “C:\FolderName\SaleReport.xlsx
Location
Excel Activities
Raw document content
" %) ((( RCA.Activities.Excel.ReadRange == **Description** == This activity allows you to read the Excel range and store
) == **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

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
RSS feed for search on [excel-copy-sheet]
Created by admin on 2022/04/17 14:38