Is it possible to add image with hyperlink?
No it's not possible. What you can do is to grab the remote image and convert it to base64, then insert it in the cell.
Now exceljs can set a hyperlink to a cell, but it can't set a hyperlink on a image.
yes, it has supported this feature now. please see #1071 , and the usage is described in README.
Most helpful comment
yes, it has supported this feature now. please see #1071 , and the usage is described in README.