simple-excel-php
simple-excel-php copied to clipboard
how to do if a cell has a long content and including newline ?
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?