Hi,
I have data in the form of HTML in the table. Now I want to export it to excel but I want formatted text in excel and not html? How to achieve this?
Hello Nikhila,
Can you share the html that is in your table please?
the structure or list that is in it will always have the same columns when it is transformed to excel?
Regards.
Hi @Agno Silveira ,
One of the columns contains html like this
<ul><li>test1234</li><li>test1234</li></ul>.
I need it like this:
Thank You
Ok, you can try using this componente to turn your html into list:
After, convert record list to excel:
Hope it helps.
For html to list its ok, but what if it contains bold tag , I want the cell to format the text into bold.
One more component to help convert html to list.
Before convert to excel, you can use some component to format your cells, example:
https://www.outsystems.com/forge/component-overview/355/advanced-excel
https://www.outsystems.com/forge/component-overview/687/officeutils
See the example I created using HtmlUtils and AdvancedExcel componentes:
.oml attacched.