I have datatable with 20000-30000 datarows and more than 50 columns and want to convert one column values from ddmmyyyy to ddMMMyyyy i.e. if 10-05-2020 then 10-May-2020 without loop.
Could you Provide us with a Clarification, Do you want to Update the Column Value in Excel into the Different Date format or do you want to convert the Date values in Datatable to different format?
If the Former, and if we are flexible to use VBA, then we can Check the below Example Workflow :
Here the VBA is used to Convert the Column Date from dd-MM-yyyy to dd-MMM-yyyy.