Excel Application Scope: This command is unavailable because the license to use this application has expired

Hi,

Please suggest how to resolve the following error. I am using UiPath enterprise edition
Version : 18.3.1
UiPath.Excel.Activities Installed Version is: 2.4.6863.30657

Source: Excel Application Scope

Message: This command is unavailable because the license to use this application has expired.

Exception Type: UiPath.Excel.ExcelException

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
UiPath.Excel.ExcelException: This command is unavailable because the license to use this application has expired. ----> System.Runtime.InteropServices.COMException: This command is unavailable because the license to use this application has expired.
at Microsoft.Office.Interop.Excel.Workbooks.Add(Object Template)
at UiPath.Excel.WorkbookApplication…ctor(String workbookPath, String password, Boolean visible, Boolean autoSave, Boolean createNew, String editPassword, Boolean readOnly)
— End of inner ExceptionDetail stack trace —
at UiPath.Excel.WorkbookApplication…ctor(String workbookPath, String password, Boolean visible, Boolean autoSave, Boolean createNew, String editPassword, Boolean readOnly)
at UiPath.Excel.Activities.ExcelApplicationScope.Execute(NativeActivityContext context)
at System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

Thanks in advance.

Hello @mani_gem,
Have you tried to install other version of Excel activities from Manage Packages?

Hi @mani_gem,

We also have some alternatives for excel automation, if your license expires.
Under System > File > Workbook, we do have though limited activities:

  • Append Range
  • Get Table Range
  • Read Cell
  • Read Cell Formula
  • Read Column
  • Read Range
  • Read Row
  • Write Cell
  • Write Range

image

Best Regards,
Jeven

How to resolve this problem .If have any idea I am also having this issue

This helped! Thankyou!