excel4node
excel4node copied to clipboard
Adding support for loading images from an url?
I wish I could direct add the images to xlsx from an url.
For example :
ws.addImage({
url:'https://s3.amazonaws.com/WHATEVER_YOU_WANT/1.jpg',
type: 'picture',
position: {
type: 'oneCellAnchor',
from: {
col: 1,
row: 1
}
}
})
I have the same problem, can I solve it?
what about this, isn't its solved yet