simple-excel-php
simple-excel-php copied to clipboard
Bug: In src/SimpleExcel/Parser/CSVParser.php, string 69, function str_getcsv($sep, $line) arguments mixed up
Should be str_getcsv($line, $sep). See doc https://www.php.net/manual/en/function.str-getcsv.php