用phpexcel导,入,中目前出现2个数据格式问题
发布出来 说有非法词组 只能截图了
------解决方案--------------------
include 'Plugin/PHPExcel/Classes/PHPExcel/IOFactory.php';<br />$excel = PHPExcel_IOFactory::load('2.xls');<br />$sheet = $excel->getActiveSheet();<br />echo $sheet->getCell('A1')->getValue(), ' ', $sheet->getCell('A2')->getValue();<br />
$d = 25569;<br />$t = 24 * 60 * 60;<br />echo gmdate('Y-m-d H:i:s', (41728.732916667 - $d) * $t);