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.
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?
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