Hi, how can i remove line breaks in cells in my Excel file? I have tried various ways such as Replace(“\r”,“”), Replace(Environment.NewLine, String.Empty), Replace(vbLf,“”) but still can’t get rid of the line breaks and it is getting frustrating.
I believe the line breaks are generated from the Add Data Row Activity which is why i added a replace function in the Add Data Row Activity.
Screenshot as attached.