Hello,
I have a log file which has the extension .txt.
The log file has tab separated values, so it can be opened with excel.
I append the error found in the QString and then display it in a cell.
I need to display the errors in the same cell one below another just like it is done with alt+enter.
Is there any way that I can append alt+enter to the QString itself so that when I open the .txt in excel, the string is represented in the cell one below another.

Thank you in advance.