i am getting the following error
RemoteException wrapping UiPath.Excel.ExcelException: Exception from HRESULT: 0x800A01A8 —> RemoteException wrapping System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A01A8 at Microsoft.Office.Interop.Excel._Workbook.get_FullName() at UiPath.Excel.WorkbookApplication.FindExistingWorkbook(String workbookPath, Workbooks workbooks) at UiPath.Excel.WorkbookApplication.InternalOpenWorkbook(WorkbookArguments args, Boolean onlyIfWorkbookExists) — End of inner exception stack trace —
I have received same exception RemoteException wrapping UiPath.Excel.ExcelException: :Could not read range row(1).ToString. —> RemoteException wrapping System.Runtime.InteropServices.COMException: Exception from HRESULT: 0x800A03EC at Microsoft.Office.Interop.Excel._Worksheet.get_Range(Object Cell1, Object Cell2) at UiPath.Excel.WorkbookApplication.ReadRange(String address, Boolean preserveFormat, Boolean& isWholeRange) — End of inner exception stack trace — at UiPath.Excel.Activities.ExcelInteropActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)