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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.

Forum statistics

Threads
1,224,798
Messages
6,181,038
Members
453,013
Latest member
Shubashish_Nandy

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