how to do if a cell has a long content and including newline ?
huang-sheng opened this issue · 1 comments
huang-sheng commented
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 ?
huang-sheng commented
and another question, how to detective the charset when loading the file?