I am using statements
--------foreach my $sheet (@{$excel->{Worksheet}}) { $sheet->{MaxRow} ||= $sheet->{MinRow}; foreach my $row ($sheet->{MinRow} .. $sheet->{MaxRow}) { $sheet->{MaxCol} ||= $sheet->{MinCol}; foreach my $col ($sheet->{MinCol} .. $sheet->{MaxCol}-1) { my $cell = $sheet->{Cells}[$row][$col]; if (defined $cell) { print OUTFILE $cell->{Val};
I am getting trouble with dates (xlsx format is YYYYMMDD)
it is converting it into some integers.Please advise.
(for eg: it converted date 20091118 to 40135)In reply to Spreadsheet::XLSX date problem by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |