No worries! This is not a particularly urgent problem for me as well, just wanted to understand why this is happening!
Here is the error message retrieved from the Robot Logs, from what I remember it is just the generic Syntax Error that we will get from Read Range activities:
13:48:18.4032 Fatal {“message”:“Transaction M3-2008-5701 failed: System.Exception: Syntax error.\r\n at UiPath.Excel.Activities.WorkbookActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)\r\n— End of stack trace from previous location where exception was thrown —\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at UiPath.Executor.BaseRunner.EndExecute(IAsyncResult result)\r\n at UiPath.Executor.InProcessRunner.EndExecute(IAsyncResult result)\r\n at UiPath.Core.Activities.ExecutorInvokeActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)\r\n at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)”,“level”:“Fatal”,“logType”:“User”,“timeStamp”:“2020-08-17T13:48:18.4032948+08:00”,“fingerprint”:“d214b629-26e2-4990-9040-24f717fb4969”,“windowsIdentity”:“UTM\uipathrobot”,“machineName”:“UTM-UPROBOT”,“processName”:“Inventory.Update.to.System”,“processVersion”:“5.0.4”,“jobId”:“36739654-0364-4c33-b489-79819095f5dd”,“robotName”:“UTM\UIPATHROBOT”,“machineId”:0,“fileName”:“Main”,“logF_BusinessProcessName”:“Framework”}
Kill Process had been added at the start and end of Process.xaml, but somehow this error still occurred. 
We can use EAS’ Read Range activity, but it does take a little bit longer to read each file and I am worried that it will affect the processing time, since this client is planning to run quite a bit of transactions each day.
EDIT:
Here are the packages used:
UiPath.Excel.Activities = 2.8.6
UiPath.Mail.Activities = 1.8.6
UiPath.System.Activities = 20.4.0
UiPath.UIAutomation.Activities = 20.4.2