Excel AutomationDev

Hi,

I am doing a simple program to automate the copy paste data from one excel file to another but stored in different location. I have correctly mentioned the file path for both of the files. I am getting error message as below :-

RemoteException wrapping System.ArgumentException: The sheet does not exist.
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

What should be done in this case ?

@Piyush_Hemant

Could you please check sheet name once and then try it.

Hey @Piyush_Hemant,
Welcome to our community!

To answer your question, can you please let us know what activity is throwing that error. If it is read range then check if there are any spaces available at sheet name in excel workbook. Let us know your findings.

Happy automation!

Best Regards,
SP