347
Views
2
Comments
Solved
How can create newline in cell of excel?
Question

Hi All,

I have list and I know how to write data in excel. but my problem is I want to write my list onto a single cell. with line break.
I already tried to use <br/> and "n/" but didn't work. 


I'm new in outsystem.

TIA

UserImage.jpg
Stephen Lagua-an
Solution

you can try to compose your text first in container/variable using "NewLine()" function as your line break before you export in excel. im not sure if excel can read html tag. like <br/> or "/n"

please respond if this works.


regards

2025-11-19 06-14-01
Miguel Verdasca
Champion

Please see this older post which addresses this issue: https://www.outsystems.com/forums/discussion/9306/newline-character-issue/


Best Regards,

NUno Verdasca

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.