I have an excel , on daily basis I need to apply some filter in one of the sheet and remove/delete few entries .
Microsoft office is not installed in VM so can’t use Excel application scope.
How can I achieve this deleting few row and pasting remaining data in same excel sheet
Ex. In sheet there are 100 entry, after reading and applying filter I got 80 entry.
Now I want to paste this 80 entry in back to the same sheet. So that sheet contain only 80 record
Since you want to want to write the data on the same sheet, either you can delete the file and use write range workbook activity or if you have any formatting you can make a template and every time you run the code you can copy and paste that template in your output folder and by using append range you can generate the output.