Hai Team,
I have a scenario where I need to read one excel lets consider excel is not installed in my machine so I am using workbook activities it will throw me error if the file is opened how to handle this.
I know for read range workbook activity I can use try catch and handle it and logging msg in catch block.
Kill process I cant because it may affect the other user who is working the same file.
How to handle this scenario.
