use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Spreadsheet; class Xlsx { public static function load($filePath) { $inputFileType = IOFactory::identify($filePa...
use PhpOffice\PhpSpreadsheet\IOFactory; use PhpOffice\PhpSpreadsheet\Spreadsheet; class Xlsx { public static function load($filePath) { $inputFileType = IOFactory::identify($filePa...