Facing issue while using excel activities

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.

1 Like

Hi @nishiijain2000

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!!

1 Like

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.

1 Like

Hi @nishiijain2000

Yes you can use read workbook activity and store input data into datable dt then play with that..

Happy Automation

1 Like

Hi @nishiijain2000,
If you got the solution pls mark it as solution so that this thread can be closed

1 Like

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.