I have the date as follows: “07-05-2024 07:41:57”. I want to write in the xlsx file using swiftexcel. I am using the following style for date only
var style = new Style
{
NumberFormat = NumberFormat.Custom("dd/mmm/yyyy hh:mm:ss")
};
can someone please help on the style format to be used