excel4node
excel4node copied to clipboard
Is there a way to read image in exist excel file?
Let's suppose there is an image in cell A1
Can I read this image and upload this to server?
I saw there is a way to add image to excel file using this library.
Not add image to worksheet, I want to catch images in some cell and upload to server.
Can I do it?
@bexoss Hello, Did you find the solution for your issue that you were facing?
This library so far does not have ability to read files. So the steps you are taking are like: I have data -> I'm placing it to the file. So as long as you are writing into certain file you can keep the track of inserted images on your own.