Warning: The PHPExcel DATEVALUE() function accepts a wider range of date formats than MS Excel's DATEFORMAT() function.
| Date String | Formula | Excel DateStamp | Formatted DateStamp | ' , $worksheet->getCell('A' . $row)->getFormattedValue() , ''; echo ' | ' , $worksheet->getCell('B' . $row)->getValue() , ''; echo ' | ' , $worksheet->getCell('B' . $row)->getFormattedValue() , ''; echo ' | ' , $worksheet->getCell('C' . $row)->getFormattedValue() , ''; echo ''; } ?> | 
|---|