Hi,
There is multiple columns in excel, in that there is column “Email” and “PhoneNumber”.
My project is, it will get data from excel and fill the values into web application.
So looping through all row values. I want to validate “Email” and “PhoneNumber” is in correct format if not then I have to highlight that value.
How and What are different ways to handle & validate this situation ?
Can we use regex in excel then how to use ?
Thanks,