Hi there,
I am wondering, suppose we have html chunks with bullets, something like <li><ol>, how to insert it in a cell so the list is shown like in html?
regards and thanks
Hello ibox,
In order to achieve that, you will need a VBA script inside your excel file to show it as HTML elements. Just by sending pure HTML it won't work on Excel.
Hi,
Did you try component. Here we have HTML to text. You can convert it into text and insert into cell.
Regards,
Wasimkhan S
thank, Sir,
I mean when input data with html, say it <li>,
in the html it would be a bullet.
regards