Write Range Failed : RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352

I am facing below issue while writing around 4.5 lakhs rows (extracted from sql ) to datatable.
RemoteException wrapping System.Exception: Job stopped with an unexpected exit code: 0xE0434352

I have tried putting the kill application (Excel) along with some time delay, still the issue is same. I am using Excel application scope to write the data. I tried with workbook activities, it passed but out file is corrupt all the time. Can someone help here ?

Hi @vibhor7296 This is expected with large volume of excel data. One way of solving it is, writing chuncks of data to an excel instead of writing all at once

Hi @vibhor7296 ,

Check this below link,

Hope this may help you :slight_smile:

Already killed all excel processes and even used a new excel file to write the data, still that error exist