Just trying with excel automation but i provided an excel sheet for output and even provided the cell write range sheet as sheet 1,I am getting the output in the sheet 1 where as new sheet is created with the same name,how can i get the same output in the existing sheet 1,please help!!!
You are giving the sheetname as Sheet 1 …where as the sheet that already exists in Sheet1…please remove the space between sheet and 1, then it should write to Sheet1 directly as needed
I can see that the sheet name that you have given in write range activity have space between(Sheet 1) making it different from existing sheet ,please remove the extra space and then give it a try !