Hi,
I'm trying to create a csv file, I have cells that contain text which is formatted into paragraphs using crlf. In the csv file I expect to see each row as a line with a new line (\n) at the end of the row, but the rows are split whenever there's a crlf, how can I format new lines in text in a csv file?
Thanks for any help
David
I'm trying to create a csv file, I have cells that contain text which is formatted into paragraphs using crlf. In the csv file I expect to see each row as a line with a new line (\n) at the end of the row, but the rows are split whenever there's a crlf, how can I format new lines in text in a csv file?
Thanks for any help
David