excel.php
<?php
$file = '1.xlsx';
if(!file_exists($file)){
return "文件不存在";
}
require_once "./PHPExcel/IOFactory.php";
//引入excel文件
$excel = PHPExcel_IOFactory::load
excel.php
<?php
$file = '1.xlsx';
if(!file_exists($file)){
return "文件不存在";
}
require_once "./PHPExcel/IOFactory.php";
//引入excel文件
$excel = PHPExcel_IOFactory::load