2016年7月3日
摘要: canRead($filePath)){ $PHPReader = new PHPExcel_Reader_Excel5(); if(!$PHPReader->canRead($filePath)){ echo 'no Excel'; return ; } } $PHPExcel = $PHPReader->load($fi... 阅读全文
posted @ 2016-07-03 16:06 whlives 阅读(10579) 评论(0) 推荐(0) 编辑