.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 -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c# 3.0 - Issue with getting 2 chars from string using indexer -