excel4node icon indicating copy to clipboard operation
excel4node copied to clipboard

Is there a way to read image in exist excel file?

Open bexoss opened this issue 7 years ago • 2 comments

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 avatar Oct 04 '18 11:10 bexoss

@bexoss Hello, Did you find the solution for your issue that you were facing?

krisalay avatar Oct 10 '18 07:10 krisalay

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.

pkolawa avatar Oct 11 '18 06:10 pkolawa