検索:write-text-file

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

32件のうち1 - 10 次のページ » ページ 1 2 3 4

Activities (en)

adminが2022/06/30 14:00に最終更新
表示されるドキュメントの内容
from Clipboard Get Files Get OCR Text Image Exists Is Match Log Message Matches Message Box Move Directory Move File OCR Scope Path Exists Read Text File Remove Log Fields Replace Save Image Select File Select Folder Write Text File
ドキュメントの内容のソース
%20Activities/Activities/Select%20Folder/]] * [[Write Text File>>url:https://docs.akabot.com/bin/view/Activities
/Activities/Path%20Exists/]] * [[Read Text File>>url:https://docs.akabot.com/bin/view/Activities/%5B1%5D
/Activities/%5B1%5D%20Core%20Activities/Activities/Copy%20Directory/]] * [[Copy File>>url:https

[1] Release Notes (en)

保存場所
VuNH54が2023/09/08 14:41に最終更新
表示されるドキュメントの内容
, and stores it in an IEnumerable<object> variable. Rename sheet: Renames a sheet in an Excel file Write Cell: Enters a text or a formula in a cell. The activity can be used with an Excel file selected for a parent Use Excel File activity or with the Project Notebook. Write Range: Writes a DataTable variable
ドキュメントの内容のソース
, and stores it in an IEnumerable<object> variable. * Rename sheet: Renames a sheet in an Excel file * Write Cell: Enters a text or a formula in a cell. The activity can be used with an Excel file selected for a parent Use Excel File activity or with the Project Notebook. * Write Range: Writes a DataTable variable

Append Text (en)

VuNH54が2023/04/21 10:57に最終更新
表示されるドキュメントの内容
RCA.Activities.Word.AppendText Description This activity allows writing text at the end
and structure your code better. E.g: Add new text to the file Public (Checkbox) - If you check it, the data
) In the body of the activity Text (String) - The string or string variable that will be appended to the Word
タイトル
Append Text
保存場所
Append Text
ドキュメントの内容のソース
" %) ((( RCA.Activities.Word.AppendText == **Description** == This activity allows writing text at the end of a document. This activity
text to the file * **Public (Checkbox)** - If you check it, the data of this activity will be shown
) **In the body of the activity** * **Text (String)** - The string or string variable that will be appended

Write Range (en)

VuNH54が2023/04/20 10:55に最終更新
表示されるドキュメントの内容
) In the body of activity Workbook Path - The path of the Excel file you want to write to. E.g: “C:\FolderName
Workbook Path (String)* - The path of the Excel file you want to write to. E.g: “C:\FolderName
RCA.Activities.Excel.WriteRange Description This activity allows you to write the data from
タイトル
Write Range
保存場所
Write Range
ドキュメントの内容のソース
of the Excel file you want to write to. E.g: “C:\FolderName\ClientList.xlsx” * **Sheet name** - The name
Path (String)*** - The path of the Excel file you want to write to. E.g: “C:\FolderName\ClientList.xlsx
" %) ((( RCA.Activities.Excel.WriteRange == **Description** == This activity allows you to write the data from a DataTable variable

Write Cell (en)

VuNH54が2023/04/20 10:53に最終更新
表示されるドキュメントの内容
RCA.Activities.Excel.WriteCell Description This activity allows you to write a value or formula
. (* 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
保存場所
Write Cell
ドキュメントの内容のソース
" %) ((( RCA.Activities.Excel.WriteCell == **Description** == This activity allows you to write a value or formula into a specified
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

Excel Save As Workbook (en)

VuNH54が2023/04/20 09:45に最終更新
表示されるドキュメントの内容
file that you want to write over it. This field accepts only strings and String variables. E.g: “C
or click “…” button to choose an existed file that you want to write over it. This field accepts only
as a new file. This only can be used in Excel Application Scope Activity. (* for mandatory) In the body
ドキュメントの内容のソース
to choose an existed file that you want to write over it. This field accepts only strings and String
)*** - Input the full path of the file or click “…” button to choose an existed file that you want to write
" %) ((( RCA.Activities.Excel.ExcelSaveAsWorkbook == **Description** == The activity allows you to save changes as a new file. This only can

Custom Activity (en)

保存場所
adminが2023/04/27 18:24に最終更新
表示されるドキュメントの内容
a custom activity: Writing the custom activity code. Package your activity Register the assembly (.dll
Platform. Write Activity Code To develop your custom activity, you will need to use Microsoft Visual
. You should see no error and there is an assembly file RCA.Activities.Demo.dll in build output
ドキュメントの内容のソース
. Writing the custom activity code. 1. Package your activity 1. Register the assembly (.dll) to akaBot
Communication Foundation (WCF). NET framework 4.5.2. akaBot Platform. ))) == **Write Activity Code
see no error and there is an assembly file RCA.Activities.Demo.dll in build output directory

[3] How to use Desktop Trigger (en)

adminが2023/06/03 08:48に最終更新
表示されるドキュメントの内容
, type, description Create a new trigger 1. Create a File trigger Step 1: At the home screen, click the "New Trigger" button. The list of trigger types will be shown as below: Step 2: Choose the File trigger option, the configuration screen of file trigger will be open as below: Step 3: Fill
ドキュメントの内容のソース
of created triggers by status, name, type, description == **Create a new trigger** == === 1. Create a File
will be shown as below: [[image:image-20230421172542-2.png]] **Step 2**: Choose the **File trigger** option, the configuration screen of** file trigger** will be open as below: [[image:image-20230421172821-3.png||height

Replace Picture (en)

VuNH54が2023/04/21 11:27に最終更新
表示されるドキュメントの内容
in a Word document with another specified picture. The picture to replace is identified by its Alt Text
of activity Find picture with 'Alt Text' - All pictures with this Alt Text will be replaced. Case insensitive. Text must be quoted. Replace with picture - Path to the replacement picture. Text must be quoted
ドキュメントの内容のソース
Text. This activity can only be used within a Word Application Scope activity. [[image:image-20230421111418-1.png]] (* is mandatory) == **In the body of activity** == * **Find picture with 'Alt Text' **- All pictures with this Alt Text will be replaced. Case insensitive. Text must be quoted. * **Replace

[5] Deactivation (en)

adminが2023/07/17 15:18に最終更新
表示されるドキュメントの内容
– Confirm deactivation action. Step 2 - Copy Deactivation Request to a text file, name the file
request in Deactivation file into the text box. 2 – Verify captcha 3 – Hit button “Deactivate license
: 1 - Select “File” 2 - Select “About” 3 - Click link “Deactivate license”. 4 – Confirm
ドキュメントの内容のソース
]]. 1 – Paste the deactivation request in Deactivation file into the text box. 2 – Verify captcha 3
make sure: 1*. Have another Internet-Access device** **to get license file from akaBot license
to transfer deactivation license file. 1. If your akaBot Studio has been activated (% style="color:#e74c3c
次のページ » ページ 1 2 3 4
[write-text-file]の検索結果のRSSフィード
adminが2022/04/17 14:38に作成