Page 1 of 1

Importing pictures

Posted: Mon Oct 22, 2007 10:52 am
by Qq
Hi!

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?

Thnx a lot!

Posted: Mon Oct 22, 2007 11:04 am
by larsa
Hello

Please take a look at the WritePictures sample.


Lars Arvidsson

Posted: Mon Oct 22, 2007 11:11 am
by Qq
larsa wrote: Please take a look at the WritePictures sample.
Thnx for reply!
In this demo the PictureName property is used. But in my case Excel file (Excel 2003) PictureName is empty (''), so I can't link them :(

Posted: Mon Oct 22, 2007 5:31 pm
by Qq
Any ideas?

Posted: Wed Nov 07, 2007 10:00 am
by Qq
It seems that I couldn't determine where picture is located. I tried to link and Id's & names - but no results.


Any news?

Posted: Tue May 13, 2008 12:02 am
by Qq
Searched Google and found this forum again. So, any news??

Posted: Tue May 13, 2008 3:07 pm
by larsa
Hello

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.


Lars Arvidsson, Axolot Data