Excel Application Scope 오류

안녕하세요 Excel 2013버전을 쓰고 있습니다.
스튜디오는 커뮤니티 버전 2020.3.0-beta.84 버전을 쓰고있습니다.

Excel Application Scope 를 사용하여 Excel의 내용을 DataTable로 만들고 실행 시킬때 아래와 같은 오류가 발생합니다.

20.3.0-beta.84+Branch.release-v20.3.0.Sha.7fc79beda33f6ae9c6f407946cf052a16a3d7a0e

소스: Excel Application Scope

메시지: 통합 문서를 여는 동안 오류가 발생했습니다. Excel이 설치되어 있는지 확인하십시오.

예외 형식: System.Exception

RemoteException wrapping System.Exception: 통합 문서를 여는 동안 오류가 발생했습니다. Excel이 설치되어 있는지 확인하십시오. —> RemoteException wrapping System.InvalidCastException: ‘Microsoft.Office.Interop.Excel.ApplicationClass’ 형식의 COM 개체를 인터페이스 형식 ‘Microsoft.Office.Interop.Excel._Application’(으)로 캐스팅할 수 없습니다. 라이브러리가 등록되지 않았습니다. (예외가 발생한 HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)) 오류로 인해 IID가 '{000208D5-0000-0000-C000-000000000046}'인 인터페이스의 COM 구성 요소에서 QueryInterface를 호출하지 못했으므로 이 작업을 수행할 수 없습니다.
위치: System.StubHelpers.StubHelpers.GetCOMIPFromRCW(Object objSrc, IntPtr pCPCMD, IntPtr& ppTarget, Boolean& pfNeedsRelease)
위치: Microsoft.Office.Interop.Excel.ApplicationClass.set_SheetsInNewWorkbook(Int32 RHS)
위치: UiPath.Excel.Helpers.ExcelHelpers.StartNewApplication()
— End of inner exception stack trace —
위치: UiPath.Excel.Helpers.ExcelHelpers.StartNewApplication()
위치: UiPath.Excel.WorkbookApplication.InitializeExcelApp()
위치: UiPath.Excel.Activities.ExcelApplicationScope.<>c.<.ctor>b__48_0(WorkbookArguments args)
위치: UiPath.Excel.Activities.ExcelApplicationScope.Execute(NativeActivityContext context)
위치: System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
위치: System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
위치: System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

엑셀과 스튜디오를 새로 설치해 봐도 마찬가지입니다.

해결방법을 알고 싶습니다.

감사합니다.

This generally happens due to incompatibility between the Excel Bit version installed on the PC (32-Bit or 64-Bit) and the Operating System Bit (32-Bit or 64-Bit).

Same topic here Error opening workbook. Make sure Excel is installed