You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: