- Getting started
- Understanding UiPath Robot
- UiPath Assistant
- Installation requirements
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for high-density robots
- Redirecting robots through a proxy server
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Setting up Linux robots
- Configuring package signature verification
- Setting up package folders and network paths
- Configuring activity feeds
- Deploying unattended automations
- Installing robots for attended automations
- Configuring robots for attended automations
- Integrations
- Troubleshooting
UiPath Assistant for Excel add-in
The UiPath Assistant for Excel add-in allows you to use UiPath Assistant capabilities in the native Excel application. This provides an easy way to run, manage, and configure Excel-specific automations without having to switch between applications.
- UiPath Assistant 2023.4.2 or higher connected to Orchestrator with an attended license.
- At least one automation with the
excelAddin
tag or created with the "UiPath Assistant for Excel Process" Studio Template. - Microsoft Excel 2016 or higher, or Microsoft 365 Excel online.
The UiPath Assistant for Excel add-in can be installed directly from the Microsoft Store, or using a manifest file to manually add it on your machine or deploy it to multiple machines it in your environment.
In Excel Desktop
- 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.
In Excel Online
- In Excel Online, open a spreadsheet, then go to the Insert tab.
- Click Add-ins > My Add-ins.
- Click Upload my Add-ins, and browse to the manifest file.
Admin deployment
- 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.
-
Access this link and select Get it now.
You need to be signed in to Microsoft Store to complete the download.
- In Microsoft Excel (both desktop and online), open a spreadsheet, then go to the Insert tab.
- Click Get Add-ins, enter the WA200005457 ID in the search box, and click Add.
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.
excelAddin
tag and two input arguments (in_FilePath
and in_Selection
) that populate at runtime, making it easier to pass data between Excel and the automation. Since these automations have the
excelAddin
tag, they are automatically added to the UiPath Assistant for Excel add-in once published.
excelAddin
tag. To benefit from either of those input arguments, they need to be created/used inside the workflow.
in_FilePath
and in_Selection
input arguments are present in an automation created for the add-in, they are automatically populated as follows:
in_FilePath
(String) - represents the file path from which the add-in is starts the process.in_Selection
(String) - represents the cell/cells selected when the process is starting.
in_Selection
variable uses the [Sheet]![Range]
schema, meaning that if you need to use different selections for different sheets, you can create separate variables to be
used as values for each sheet or range.