.net - How to insert programmatically a new line in an Excel cell in C#? -


I am using the Aspose library to create an Excel document. In some cells somewhere I need to insert a new line between the two parts of the text.

I tried "\ r \ n" but it does not work, only displays two square symbols in the cell. However, I can press Alt + Enter to create a new line in the same line.

How do I insert a new line into the program?

Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

c# - ListView onScroll event -

c - Linux mmap() error -