Hi all,
one of my colleagues has built hundreds of product specs including images in spreadsheets.
Unfortunately this is seperate to our system and of no use to what we are trying to do!!!
I have managed to programatically open the file and get the data out of the cells (luckilly the files are uniform in layout) but when it comes to getting the images i am struggling.
after research i can get reference the images using a loop getting each image ID
where xlWorksheet is the document worksheet.
I am struggling to move onto the next step of actually grabbing the image and saving it to database or even putting it into an image variable!!
If you can point me in the right direction it would be greatly appreciated.
Cheers
daveJam
it works on my machine, so technically i win!
one of my colleagues has built hundreds of product specs including images in spreadsheets.
Unfortunately this is seperate to our system and of no use to what we are trying to do!!!
I have managed to programatically open the file and get the data out of the cells (luckilly the files are uniform in layout) but when it comes to getting the images i am struggling.
after research i can get reference the images using a loop getting each image ID
Code:
xlWorksheet.Shapes.item(1).id
I am struggling to move onto the next step of actually grabbing the image and saving it to database or even putting it into an image variable!!
If you can point me in the right direction it would be greatly appreciated.
Cheers
daveJam
it works on my machine, so technically i win!