I found XLSReadWrite quite interesting for my new project, but I can't found how to import pictures?
Demo only shows how to import all pictures, but I need to know pictures position (I mean Row & Column). It's seems that MSOPictures aren't linked with DrwObjects.
I'm frustrated.
If I will use full version instead demo will I be able to use such feature?
If this feature is available - could you show me some demo app?
The pictures positions are in the XLS.Sheets[x].DrawingObjects.Pictures[x] objects. If you just want the position, you don't have to deal with the MSOPictures object.