38
Views
3
Comments
Solved
[Advanced Excel] Advance Excel - How to insert html code to cell?
Question
advanced-excel
Service icon
Forge asset by Carlos Freitas
Application Type
Service

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


2024-03-14 12-00-57
Carlos Costa
Solution

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.

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

Hi,

Did you try component. Here we have HTML to text. You can convert it into text and insert into cell.

Regards,

Wasimkhan S

2025-01-09 14-56-57
IQ78

thank, Sir,

I mean when input data with html, say it <li>,

in the html it would be a bullet.

regards

2024-03-14 12-00-57
Carlos Costa
Solution

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.

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