msexcel-builder
msexcel-builder copied to clipboard
export xlsx with images
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
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
Is anyone aware of any forks of msexcel-builder that implement adding an image?
I also couldn‘t find anything yet, I might get my hands on it eventually though
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.