To export text data to excel I have used the code in C# as follows
worksheet.Cells[1, 1] = new Cell(lst.Notes.ToString(), CellFormat.General);
using the above code data exports, but when there is a enter(i.e new line) in a
text field or special character,it is replacing
with Question mark in a square.
So,please suggest me how can I solve this issue.
Original issue reported on code.google.com by uday...@gmail.com on 7 Nov 2011 at 2:12
Original issue reported on code.google.com by
uday...@gmail.com
on 7 Nov 2011 at 2:12