I am importing an excel sheet into sql server db table the table consists of id | data(which is actually date in mm/dd/yyyy) I am able to import the data into database table BUT i want the data(date) column of excel sheet to be converted in to yyyy/mm/dd format before importing it into sql server. Here is my code to import excel sheet:I am importing an excel sheet into sql server d