Hello,
I'm currently developing a Javascript add-in for Excel.
During the development process, I have used both the addImage function to include images and the WebImage data type.
The current interaction of the code is using the WebImage data type. The code base has been extended so it can create images internally, unfortunately, the WebImage data type does not appear to support a base64 data URL as a source. Whilst I could use the addImage function to add the images to the document they won't be "in a cell" they are over in the shapes layer.
Is there any way of adding an image to the document and then "placing it in a cell".
Why not use "addImage"? Filtering in Excel whilst powerful doesn't always correctly filter the images associated with the shape layer, so often the images displayed are wrong for the row or some are left behind, place in cell avoids this problem.
So to reiterate my question is there a way to add and image from base64 data URL but still place the image in a cell (ie a WebImage)?
Kind regards
Johnny