node.js - Is it possible to download images contained in an Excel document using NodeJS? -


i want download image contained in excel sheet cell. there nodejs packages can use access images? i'm using xlsx package downloading excel sheet contents.

xlsx files secretly zipped xml documents :d! unzip them using favorite zip tool folder containing images , other content in excel document.

look @ node-zip , fs in node.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -