Hello,
I'm creating a excel file using Perl.
But Date values are being not displayed in date format rather it is showing custom format.
'my $dateformat = $workbook->add_format(num_format => ~'mm/dd/yyyy~')'
and then write_date_time() function with this format.
Can anyone please assist how can I display date values in date format in Excel.