Hi,
Read the Excel data by using read range activity it gives output as datatable
And then use datatable.select condition to filter the datatable data
And also refer the below link for filter the data using Not keyword
Thanks Hemanth. Yes I know I can take data in data table and use either linq r ADO.net but I wanted to know is there a way in which we don’t load data into data table and perform operation in excel only. Also I wanted to know how to apply not contains filter with excel filter.