Delete Row in excel

Hi @shrutika,

1.Read the excel sheet into Datatable dtExcel1 using ReadRange Actvity
2.Use the Remove Data Row Select form the package of BalaReva.DataTable.Activities . It has the Select property where you can specify the condition to delete. (It has the sample also).
3. It has the Result return the result as datatable.
4.Use the Write Range Activity to write the data to an another excel sheet.

Regards
Balamrugan