Import HTML table with images in Calc

I have a very simple html file, I’d love to import into calc. It basically looks like this:

<table>
<tr><td>Label1</td><td><img src="img1.png" /></td></tr>
…
</table>

However, when I open the file with calc, the labels appear while the images get discarded.
While I can programmatically change the html structure, I don’t yet see any way to get the images into the respective cells in calc.
Any ideas?
Thanks!

Try opening it with Writer, selecting the table, and using copy / paste into Calc. Paste Special (CTRL+SHIFT+V) offers a HTML (Hypertext Markup Language) option, which appears to include the images.