msexcel-builder icon indicating copy to clipboard operation
msexcel-builder copied to clipboard

export xlsx with images

Open lucasverra opened this issue 5 years ago • 4 comments

Hello there, following a trail from https://github.com/protobi/js-xlsx

I wish to understand if this lib msexcel-builder allows me to generate xlsx files with images embedded as protobi/js-xlsx does on a older fork ?

Cheers

lucasverra avatar Apr 03 '19 20:04 lucasverra

Hi! In project, for that i create this fork, i change js-xlsx to exceljs that works perfect with images So i don't support this fork

xSirrioNx avatar Apr 05 '19 11:04 xSirrioNx

Is anyone aware of any forks of msexcel-builder that implement adding an image?

pietersv avatar Oct 13 '21 21:10 pietersv

I also couldn‘t find anything yet, I might get my hands on it eventually though

Fa-b avatar Oct 15 '21 19:10 Fa-b

Present release has nascent support to add images. Currently PNG is supported, see /test/image-png.js for Node.js and /test/index.html for a browser example. Support for SVG in the works.

pietersv avatar Oct 23 '21 04:10 pietersv