I want to create one csv file using C#.
I have some data which I want to write on multiple lines BUT within the same cell.
For example If I have following t
CSV stands for "comma seperated values" which is just a description of a text-file. If you want to import into Excel and then only have the sentences in one line you should try:
Environment.NewLine
instread of a simple /n
/n