Can Microsoft Excels “Place in Cell” AKA WebImage content type accept a base64 encoded image as a data URL?
I’m writing a add-in for excel and at the moment I’m generating an image based on parameters and returning them from a URL on a web server. I have discovered some of the rendering I’m doing can be acheieved using the HTML canvas tag. I was hoping it would be possible to generate the image in canvas the using the toDataUrl function and output to the WebImage content type.