I\'m using the Aspose library to create an Excel document. Somewhere in some cell I need to insert a new line between two parts of the text.
I tried \"\\r\\n\" but i
You can use Chr(13). Then just wrap the whole thing in Chr(34). Chr(34) is double quotes.