I have a .xlsx file with 1100+ images in 1 column, and different data in the other columns. i need to export the images to a folder and renamed after a row in the sheet.
image should be named the Application number.
any way to do in Node.js?
I have a .xlsx file with 1100+ images in 1 column, and different data in the other columns. i need to export the images to a folder and renamed after a row in the sheet.
image should be named the Application number.
any way to do in Node.js?