if ($something) { print ExcelFmt('dd/mm/yyyy hh:mm', $eSheet->{Cells}[$row][$column]->unformatted()) . "," } else { print $eSheet->{Cells}[$row][$column]->Value . ","; }