Hi ,
I have a excel with EmpID, Status in 2 column. I have taken excel data in datatable. In a For loop for excel data based on a user input I am searching for ‘EmpID’. If ‘EmpID’ found then then I need to update ‘Status’ as ‘Success’. Kindly provide some suggestions