Embed an Image into Excel ("Place in Cell") #2839
Unanswered
Ephraim-Bryski
asked this question in
Q&A
Replies: 2 comments
-
any news? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be SO useful |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to embed an image in a cell of an Excel file. The image should be locked into the cell, preventing the user from freely moving it around, and it should automatically resize when the user adjust the cell size; this is Excel's "Place in Cell" option, instead of "Place over Cell". In issue #1029 , Knight-H provided the solution:
This makes an image fit the size of the cell, which almost works, but it is still placed over the cells, not inside.
Another approach :
has the same issue. (Setting
editAs
to "oneCell", has no effect as far as I can see).Is this functionality currently possible in ExcelJS? If not, are there other node.js libraries that support it, or is there interest in adding this option?
Beta Was this translation helpful? Give feedback.
All reactions