How to delete rows from excel data table by taking inputs from another excel sheet

Hi everyone ,

I have a master excel file(excel 1) with a column called “Division” I’m reading the entire rows to the data table “DT”

and I have another excel sheet(excel 2) with few rows , now I would like to delete the rows which are present in second excel sheet from first excel sheet data table .

could you please let me know the process of steps/ xaml file how this is done

See this