This commit is contained in:
wangjinlei
2022-03-30 11:59:42 +08:00
parent 22aa65547b
commit 6313a35360
102 changed files with 3278 additions and 15906 deletions

View File

@@ -285,7 +285,8 @@ class PHPExcel_Shared_OLE
$pps = new PHPExcel_Shared_OLE_PPS_File($name);
break;
default:
continue;
break;
// continue;
}
fseek($fh, 1, SEEK_CUR);
$pps->Type = $type;