用PHPExcel读取excel文件内容

set_time_limit(0); //设置页面等待时间 $file_arr = upload_excel(); $type = $file_arr['excel']['ext']; $uploadfile = "./Public/".$file_arr['excel']['savepath'].$file_arr['excel']['savename']; if ($uploadfile) {
相关文章
相关标签/搜索