simplecsv icon indicating copy to clipboard operation
simplecsv copied to clipboard

Parse and retrieve data from CSV files. Export data to CSV.

Results 5 simplecsv issues
Sort by recently updated
recently updated
newest added

My point is that I want to export excel file as **text cells format** or any other with empty cells. Because if it's empty cells and I want to write...

Can you please add download functionality in CSV as you created in XLSX gen? I have tried to create CSV but for Spanish & Russian languages we are facing issues....

The closing bracket of this array isn't the right kind: `$items = [ ['ISBN', 'title', 'author'], ['618260307','The Hobbit','J. R. R. Tolkien'] );`

Conditions under which the problem occurs: 1. The CSV being parsed has the `;` delimiter. 2. The `$delimiter` parameter is not specified when calling the `parse()` or `import()` methods (i.e.,...

Latest php SimpleCSV::export, strpos Passing null to parameter #1 ($haystack) of type string is deprecated in SimpleCSV.php on line 162 `if (is_null($v)) {continue;}` or something?