Replies: 1 comment
-
As a workaround you could use:
See #2006 for further information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I would like to ask is it possible to call IMAGE function in the cell when using the stream mode?
For instance, I would like to have an exported excel displays the image like this:
https://insider.microsoft365.com/en-us/blog/insert-images-in-cells-with-the-image-function-in-excel
Now when I tried to assign cell.value = {formula: 'IMAGE("some_url")'}, the generated excel will prepend @ in front of IMAGE function (e.g. =@image("some-image-url"). This results the cell could not display the image.
Appreciate anyone can provide any workaround for this.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions