I have got my html file with html table with the embedded image using tag
[ img src="data:image/png;base64, ] . I would like to convert it to excel with image columns showing the actual image. When I open this html file in excel , the table is shown fine but the image is shown with red cross place holder as shown
Is there any way to convert this base64 encoded image to be displayed in excel cells ?
regards