faisalman/simple-excel-php

how to do if a cell has a long content and including newline ?

huang-sheng opened this issue · 1 comments

i have a sheet(csv), and some cells gets a long contents, including one/two newline, and i tried to parse the sheet with SimpleExcel, but found i can't get all contents of the cell, only the contents of the first line(before \n).

how to do with it ?

and another question, how to detective the charset when loading the file?