Picture won't paste in cell overlay

Cerka

New Member
Joined
Jan 17, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
We have to copy html xml code to excel. The code contains also a base64 picture. When we paste the code (see example code below), the picture should be pasted as overlay (3 lines). When we paste this code in Windows Excel, it's functioning well, MAC Excel paste the picture in a cell in stead off ovelay. What can be wrong?

XML:
<html xmlns:msxsl="urn:schemas-microsoft-com:xslt"><style>
td {
   white-space:nowrap;
}
</style><body><table><tr><th>Picture</th><th>ProductNumber</th><th>EAN</th><th>productDescription</th></tr><tr rowspan="3"><td valign="top" align="center"><img src="data:image/jpeg;base64,


(Here is the, very long, base64 picture code) (sorry, I don't see how to upload this code, its too long, I recieve an error)



" sizing="3" height="55" width="55" alt="image"></td><td valign="top" rowspan="3">35530</td><td valign="top" rowspan="3">4433116644551</td><td valign="top" rowspan="3">Greenbox</td></tr></table></body></html>
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.

Forum statistics

Threads
1,215,071
Messages
6,122,964
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top