I have a workflow to open an Excel file and append values to the specific sheet. But I got an error “Exception from HRESULT: 0x800A03EC at Source: UiPath.Excel.Activities” and the log stopped before the Append Range activity like in the picture below. Please help me solve this problem.
Make sure you are using the latest version of the UiPath.Excel.Activities package. Outdated packages might have bugs that have been fixed in newer versions.
Are there any solutions besides updating to a newer version? Because this robot is already in production. And if I do the update there will be many more things to do because of the robot environment.
After adding kill Excel with reading all running Excel processes. this issue was done. I think this error appeared because there are several Excel processes in the background. But killing it with activity kill once wasn’t enough. So I added a loop read Excel processes and killed it.