I am using Read Range and Write Cell activity to read and update data in excel. But while running my automation bot use to open excel for reading as well as for updating data. Sometime it do not close excel and due to which my automation stucks in between and fails.
What should I do so that bot can read and update excel with out opening it in background.
In the Excel process scope activity open the properties in Existing processes action option select the Force kill option in dropdown. It will close the excel automatically after the activities inside Excel Process scope activity ended. Keep Show Excel Window as False
Use workbook activities to read the excel Instead of Excel Process scope or Excel application Scope.If you have huge data then use Excel process scope then