I'm trying to import a csv file with PHPExcel.
Some cells contains line breaks and when using the getRowIterator method, those line breaks are seen as a new excel row.
Example :
My data :
What i get in php :
How can i avoid that behavior ?
Thanks.