* Code for delete sheet2.

This commit is contained in:
tanghucheng
2022-08-03 09:24:27 +08:00
parent 08073876bd
commit aaa5d4901a
2 changed files with 27 additions and 4 deletions
-1
View File
@@ -113,7 +113,6 @@ class port extends control
move_uploaded_file($file['tmpname'], $fileName);
if($extension == 'xlsx' or $extension == 'xls') $this->port->cutFile($fileName);
die;
$phpExcel = $this->app->loadClass('phpexcel');
$phpReader = new PHPExcel_Reader_Excel2007();