日期:2014-05-16 浏览次数:20572 次
include 'Plugin/PHPExcel/Classes/PHPExcel/IOFactory.php';5.9335552883783E+14 41728.732916667
$excel = PHPExcel_IOFactory::load('2.xls');
$sheet = $excel->getActiveSheet();
echo $sheet->getCell('A1')->getValue(), ' ', $sheet->getCell('A2')->getValue();
$d = 25569;2014-03-30 17:35:24
$t = 24 * 60 * 60;
echo gmdate('Y-m-d H:i:s', (41728.732916667 - $d) * $t);