date - Excel column NumberFormat = "d-mm-yy" -


i'm trying change excel column format different date format. data in date format mm/dd/yyyy, want change d-mm-yy. so, 11/25/14, change 25-11-14.

excel_sheet.columns("a").numberformat = "d-mm-yy" 

this partially works, changes format 'date' 'custom', appears correctly, users want able sort based on value date.

thanks, queue


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -