- UiPath Assistant
- UiPath Assistant をインストールする
- UiPath Assistant を設定する
- アカウントにサインインする
- Task Capture の起動機能
- UiPath Assistant for Excel アドイン
- Assistant の自動起動
- macOS 用の Assistant
- ピクチャ イン ピクチャ
- 有人オートメーションを設定する
- ガバナンス
- Assistant 内のウィジェット

Assistant ユーザー ガイド
UiPath Assistant for Excel アドイン
UiPath Assistant for Excel アドインを使用すると、ネイティブの Excel アプリケーションで UiPath Assistant の機能を使用できます。これにより、アプリケーションを切り替えることなく、Excel 固有のオートメーションを簡単に実行、管理、設定できます。

前提条件
- Attended ライセンスで Orchestrator に接続されている UiPath Assistant 2023.4.2 以降
excelAddinタグが付けられている、または Studio のテンプレート「UiPath Assistant for Excel Process」で作成した、1 つ以上のオートメーション- Microsoft Excel 2016 以上、またはオンライン版の Microsoft 365 Excel
The UiPath Assistant for Excel Add-in does not currently support Excel for macOS or non-chromium based browsers when used in Excel online.
アドインをインストールする
UiPath Assistant for Excel アドインは、Microsoft Store から直接インストールできます。または、マニフェスト ファイルを使用してお使いのマシンに手動で追加したり、環境内の複数のマシンにデプロイしたりできます。
The Microsoft store always provides the latest version of UiPath Assistant for Excel add-in, which can break compatibility with older versions of the UiPath Assistant. Because of this, installing the add-in from the Microsoft store is recommended exclusively for Community users. For Enterprise users, we recommend deploying the add-in using the manifest file to ensure compatibility.
マニフェスト ファイルを使用する
デスクトップ版の Excel
アドインは、「サイドローディング」というプロセスを使用し、マニフェスト ファイルを介して有効化されます。有効化するには、次の手順を実行します。
- Download the manifest file from the Product Downloads section in Customer Portal.
- Follow the steps described in the Microsoft documentation on this topic.
- In Excel, go to the Insert tab, and click My Add-ins, select Shared Folder, click on the UiPath tile, and select Add. A new tab called UiPath appears on the Microsoft Excel toolbar.
- Select the UiPath tab -> Find Automations to see the UiPath Assistant for Excel add-in.
オンライン版の Excel
- In Excel Online, open a spreadsheet, then go to the Home tab.
- Click Add-ins > My Add-ins.
- Click Upload my Add-ins, and browse to the manifest file.
管理者によるデプロイ
- Download the manifest file from the Product Downloads section in Customer Portal.
- In a cloud deployment environment, you can deploy the add-in to your organization by using the Microsoft 365 admin center. Read more about using Integrated Apps or Centralized Deployment.
When the add-in is loaded for the first time, the latest version available is used. Once the connection with the UiPath Assistant is created, the add-in version syncs to the Assistant one.
Microsoft Store からインストールする
- Access this link and select Get it now.
ダウンロードを完了するには、Microsoft Store にサインインしている必要があります。
Alternatively, you can add the UiPath Assistant for Excel add-in directly from the Get Add-ins section in the Excel application.
次の手順で行います。
- In Microsoft Excel (both desktop and online), open a spreadsheet, then go to the Insert tab.
- Click Get Add-ins, enter the
WA200005457ID in the search box, and click Add.
ログインする
UiPath Assistant for Excel アドインを初めて開いたときに Assistant が実行されていない場合は、起動するように求めるメッセージが表示されます。
If you are not logged in the UiPath Assistant, or if no automations are available, make sure you are connected to Orchestrator with a valid attended license, and you have at least one automation that has the excelAddin tag deployed for your account.
テンプレートを使用してオートメーションを作成する
UiPath Assistant for Excel のオートメーションを作成するには、同じ名前が付けられた専用の Studio のテンプレートを使用します。このテンプレートには、excelAddin タグと実行時に入力される 2 つの入力引数 (in_FilePath と in_Selection) が用意されており、Excel とオートメーション間で簡単にデータを渡せます。これらのオートメーションには excelAddin タグが付いているため、パブリッシュすると UiPath Assistant for Excel アドインに自動的に追加されます。
また、独自のオートメーションを作成し、それらのオートメーションに excelAddin タグが付けられるようにすることもできます。それらの入力引数のいずれかを利用するには、ワークフロー内で作成/使用する必要があります。
入力引数 in_FilePath と in_Selection がアドイン用に作成されたオートメーションに存在すると、それらの引数が以下として自動的に入力されます。
in_FilePath(String) - アドインがプロセスを開始するファイル パスを表します。in_Selection(String) - プロセスの開始時に選択されるセルを表します。
in_Selection 変数は、スキーマとして [Sheet]![Range] を使用します。つまり、異なるシートで複数の選択を行う必要がある場合は、シートまたは範囲ごとに使用する変数を複数作成できます。
If you need more selections, create additional input arguments, new range variables, and new sheet variables if your selection is from a different sheet. Afterward, you can drag and drop the Parse Excel selection workflow into your main sequence and import the newly created arguments and variables.