How can we use O365 with automation tasks? We have a user, UiPath. Does this user need a license for each bot machine to use O365 Excel?
Hi @dhodgkins
You don’t need license to use O365.
You can simply use excel activity package or use O365 activity package to interact with same.
PFB few resources to get you started:
You need a Microsoft 365 or Office 365 license assigned to the user account you are using to interact with the Microsoft Graph API for Excel, as these licenses provide the necessary services and permissions to access and manipulate Excel data within the Microsoft 365 ecosystem. While you don’t need a separate license solely for the Graph API itself, a qualifying license is required to grant access to the underlying services that the API interacts with.
Microsoft license does support multi login as well so ideally you might not need..but it comes with little maintainance to update when new updates come in
If using excel online then you can create integration connection using one credential and use it across
Cheers