I have an excel column which is a date column with values like 1-JAN-22
.
But when I read using openpyxl the value shows as 2022-01-01 00:00:00
.
I'm extracting the value with value = sh[cell_name].value
How do I extract as I see in excel, 1-Jan-22
? I just want to extract this string.