simple-excel-php icon indicating copy to clipboard operation
simple-excel-php copied to clipboard

Bug: In src/SimpleExcel/Parser/CSVParser.php, string 69, function str_getcsv($sep, $line) arguments mixed up

Open IvanovAndrey-dev opened this issue 4 years ago • 0 comments

Should be str_getcsv($line, $sep). See doc https://www.php.net/manual/en/function.str-getcsv.php

IvanovAndrey-dev avatar Mar 24 '20 07:03 IvanovAndrey-dev