i have a scenario where i have a workbook with multiple sheet and all sheet names are not same and every time the workbook comes the names wont be same but still i have to append all these sheets in one particular main sheet … how do i do this
one more scenario is i m accessing a web page and it can take any time to load be it 10s or 20s … in this situation what logic should i give ?
If you need to use the same excel file from all bots then you need to implement locking mechanism where only one bot would be accessing the file and others would be waiting for the current bot to complete task and next would acquire