Posted 21 October 2022, 8:35 am EST
The documentation says we can add a picture url as a shape:
// When adding a picture, the picture's source can be a base64 image or url.
This works for the sheet while it is loaded in browser memory. However, when the workbook is saved toJSON() and then loaded fromJSON() the src URL is no longer available to the shape. How can this be rectified?
