Hi team,
Please suggest can we use excel activities without excel activation license is there any alternative way , I working on excel automation but my Microsoft license got expired so unable to perform the steps
Thanks You
Hi team,
Please suggest can we use excel activities without excel activation license is there any alternative way , I working on excel automation but my Microsoft license got expired so unable to perform the steps
Thanks You
Yes, Excel can be automated without an Excel license by using only Workbook activities, as they work directly on .xlsx files.
Activities that use Excel Application require Excel to be installed and activated.
You can automate the workflow using Excel activities, but when you run the process it will fail and throw an error. This happens because there is no Microsoft Excel license installed, and UiPath requires Excel to be available to execute Excel activities.
As an alternative, you can use Workbook activities, which do not require Excel to be installed. However, keep in mind that Workbook activities offer limited functionality compared to Excel activities.
Hope it helps!!
Hi @nishiijain2000,
Yes, you can automate Excel without an active Microsoft Excel license by using UiPath Workbook activities. These work without opening Excel and allow reading, writing, and appending data in .xlsx files. Use Read Range (Workbook), Write Range (Workbook), or Append Range (Workbook). Excel application–based features like macros or advanced formatting still require a valid Excel license.
Yes you can use read workbook activity and store input data into datable dt then play with that..
Happy Automation
Hi @nishiijain2000,
If you got the solution pls mark it as solution so that this thread can be closed
I need to perform some formula recalculation and pivot table so that functionally are not performing in workbook because it has limited option so will requesting for license
Thanks for the help and suggestion
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.