Search found 3 matches

by TopWin
Tue Mar 30, 2010 7:21 pm
Forum: XLSReadWriteII 3/4/5
Topic: get picture if I know its position in excel file ?
Replies: 4
Views: 3870

Re: get picture if I know its position in excel file ?

Could you please explain more ? Actually, before I posted this question, I have studied the WritePicture and ReadPicture samples. In the WritePicture Sample, this is a very special case that you have just add a picture to MSOPictures so you can easily determine it as the last object in MSOPictures c...
by TopWin
Tue Mar 23, 2010 1:20 pm
Forum: XLSReadWriteII 3/4/5
Topic: get picture if I know its position in excel file ?
Replies: 4
Views: 3870

Re: get picture if I know its position in excel file ?

hello larsa, The position of pictures is described in the property XLS.Sheet[0].DrawingObjects.Pictures But if I want to save a picture to a stream (or a file on hard disk), I have to use the property XLS.MSOPictures. But there is no connection between these 2 properties, so I don't know which pictu...
by TopWin
Mon Mar 22, 2010 5:57 pm
Forum: XLSReadWriteII 3/4/5
Topic: get picture if I know its position in excel file ?
Replies: 4
Views: 3870

get picture if I know its position in excel file ?

Hi,
I would like to know how I can I use XLSReadWriteII 4 to get a picture from an excel file if I already know the position of the picture.
For example, If I know there is a picture in the cell A1, how can I get that picture and save it to disk ?