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

java - How to print docx and pdf? -

c# - How to use process.StartInfo.Arguments in command prompt? -

qml - Is it possible to implement SystemTrayIcon functionality in Qt Quick application -