Excel file can not be opened

Hallo there, I need some help please. Excel file can not be opened :frowning:

RemoteException wrapping UiPath.Excel.ExcelException: Fehler beim Öffnen der Arbeitsmappe. Ist Excel installiert, führen Sie auf dem Startbildschirm auf der Registerkarte „Extras“ das Reparaturtool für Microsoft Office Interop aus. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Die COM-Klassenfactory für die Komponente mit CLSID {00024500-0000-0000-C000-000000000046} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80070490 Element nicht gefunden. (Ausnahme von HRESULT: 0x80070490).
bei System.Runtime.Remoting.RemotingServices.AllocateUninitializedObject(RuntimeType objectType)
bei System.Runtime.Remoting.Activation.ActivationServices.CreateInstance(RuntimeType serverType)
bei System.Runtime.Remoting.Activation.ActivationServices.IsCurrentContextOK(RuntimeType serverType, Object props, Boolean bNewObj)
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.Activator.CreateInstance(Type type, Boolean nonPublic)
bei System.Activator.CreateInstance(Type type)
bei UiPath.Excel.Helpers.ExcelInteropHelpers.GetNewComApplication()
— End of inner exception stack trace —
bei UiPath.Excel.Helpers.ExcelInteropHelpers.GetNewComApplication()
bei UiPath.Excel.Helpers.ExcelInteropHelpers.StartNewApplication(ExcelStartOptions options)
bei UiPath.Excel.Helpers.ComApp.ExcelSingleComAppManager.StartOrAttach(ComAppOptions comAppOptions, ExcelStartOptions excelStartOptions, Boolean& wasAlreadyRunning)
bei UiPath.Excel.ExcelProcessFactory.<>c__DisplayClass6_0.g__GetProcessLazy|1(String filePath, Boolean onlyIfExists)
bei UiPath.Excel.ExcelProcessFactory.<>c__DisplayClass6_0.b__3(String filePath)
bei UiPath.Excel.ExcelProcess.GetComWrapperForFilePath(String filePath, Boolean& wasAlreadyRunning)
bei UiPath.Excel.ExtendedWorkbookFactory.Create(Boolean attachOnly)
bei UiPath.Excel.WorkbookQuickHandle.SafeGetWorkbook(Boolean attachOnly)
bei UiPath.Excel.WorkbookQuickHandle.OpenWorkbook()
bei UiPath.Excel.Activities.Business.ExcelApplicationCard.Execute(NativeActivityContext context)
bei System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
bei System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
bei System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)

thanks

1 Like

@213010039

Welcome to forums

Check if the Excel is installed, Usually this error appears if you are using Excel Application scope and there is no excel install

You can use Workbook Activities if you are dealing with .xlsx or .xls files instead of Excel Application scope

Hope this may help you

Thanks

Hi,
thanks for your reply. Yes, excel and excel addins are installed.

@213010039

Mightbe there is some issue with the excel installation, that’s why it’s unable to identify

Can you share the error screenshot and also which activity you are facing this issue?

Thanks

Hi!

why can’t we use workbook activities? It won’t through any error while performing the operations.

Workbook

Regards,
NaNi

Hi

Welcome to uipath forum

Upgrade the excel package versions and give a try

Got to design tab → manage packages → project dependencies-> upgrade excel package versions

Cheers @213010039

Hi @213010039,

Welcome to he forum!.

As suggested by @Palaniyappan , try updating the packages of Excel activities from Manage Packages and let us know.

Thanks

1 Like


Uploading: image_67164417.JPG…

Fehler beim Öffnen der Arbeitsmappe. Ist Excel installiert, führen Sie auf dem Startbildschirm auf der Registerkarte „Extras“ das Reparaturtool für Microsoft Office Interop aus. Die COM-Klassenfactory für die Komponente mit CLSID {00024500-0000-0000-C000-000000000046} konnte aufgrund des folgenden Fehlers nicht abgerufen werden: 80070490 Element nicht gefunden. (Ausnahme von HRESULT: 0x80070490).

You can find the activity by searching id (press Ctrl + J to jumpt to activity):

already done, doesn’t work :frowning: