My problem is that I'll receive a large excel file from a customer that has hard return in one of the cells (i.e. pressing alt + enter to make a new line in a cell) and when I export it to a text file, the value for that cell will have quotes around it and have an unknown/unreadable character (the little boxes) inline with the text. I would like to use C# to build an application to batch check for this kind of error but I can't figure out how to remove the newline character that is in the text file. Any help would be much appreciated.
C# - Replace newline character in a text file
Collapse
X
Comment