设置php的精度 $defaultPrecision = ini_get('precision'); $objPHPExcel = new PHPExcel(); ini_set('precision', $defaultPrecision);