natergj / excel4node

Node module to allow for easy Excel file creation
MIT License
1.38k stars 215 forks source link

Adding support for loading images from an url? #98

Open silveryiris opened 8 years ago

silveryiris commented 8 years ago

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
            }
        }
    })
AlexsandroProjetosOficial commented 4 years ago

I have the same problem, can I solve it?

Aaketk17 commented 2 years ago

what about this, isn't its solved yet