PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $files = [ "file_1.xlsx ", "file_10.xlsx ", "file_2.xlsx ", "file_3.xlsx ","file_4.xlsx ", "file_5.xlsx ", "file_6.xlsx ", "file_7.xlsx ", "file_8.xlsx ", "file_9.xlsx " ]; foreach($files as $f) { echo trim($f) . PHP_EOL; //$Excel = PHPExcel_IOFactory::load(__DIR__ .$this->excelDir.trim($f)); }
Show:  
Copy Clear