dtjohnson / xlsx-populate

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
956 stars 183 forks source link

How to get images added in a worksheet #318

Open forest1102 opened 3 years ago

forest1102 commented 3 years ago

First of all, Thank you for making a great xlsx manipulating library.

What to do

Using your library, I am trying to make a module that checks if two excel files are the same so that each cell of one workbook has the same value and style as the other. Also, I want to check if both have the same images in the same position.

Problem

In order to do that, I want to retrieve all images shown in excel.
How can I get all images in a worksheet and the position of it?

Thanks

papb commented 2 years ago

Hello, did you find a way?