excel4node icon indicating copy to clipboard operation
excel4node copied to clipboard

Adding support for loading images from an url?

Open silveryiris opened this issue 9 years ago • 2 comments

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
            }
        }
    })

silveryiris avatar Aug 25 '16 09:08 silveryiris

I have the same problem, can I solve it?

what about this, isn't its solved yet

Aaketk17 avatar May 25 '22 13:05 Aaketk17