in reply to Creating Excel file using Perl
Hello Rahul
Try changing
my $dateformat = $workbook->add_format(num_format => ~'mm/dd/yyyy~')
To
my $dateformat = $workbook->add_format(num_format => 'mm/dd/yy')
It might be easier for us to investigate and provide further assistance if you posted more of your code..
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Creating Excel file using Perl
by Rahul Saxena (Initiate) on Oct 21, 2015 at 04:11 UTC |