I am exporting datatable in MSEXCEL.I need to Assign MultipleLines in a cell in MSEXCEL using C#.
A:
You need to append the content with a line break but not a carriage return+line break. A line break is typically represented as \n
.
Thomas
2010-03-28 23:23:28