Think I have found the post I was looking for - from Dimitry and it related specifically to zipped files in Excel 2007 sheets. Will continue searching further later today - when I get back in from work. If I do find anything, I will post again here.
In the meantime, have a look at the getAllEmbeddedObjects() methods defined on the HSSFWorkbook class. Have never used it and do not know where it will take you but it could be a start. --- On Tue, 11/4/08, Anthony Andrews <[EMAIL PROTECTED]> wrote: From: Anthony Andrews <[EMAIL PROTECTED]> Subject: RE: How to read Inserted Objects in EXCEL File To: "POI Users List" <[email protected]> Date: Tuesday, November 4, 2008, 11:57 PM Have never done this myself but I do remember a similar post a few months ago. Will have a look through the archives and see what I can find. --- On Tue, 11/4/08, Mits <[EMAIL PROTECTED]> wrote: From: Mits <[EMAIL PROTECTED]> Subject: RE: How to read Inserted Objects in EXCEL File To: [email protected] Date: Tuesday, November 4, 2008, 10:27 PM Hello, To be more Precise , I have requirement of one EXCEL file can contain another EXCEL File or DOC file as Inserted Objects. So when I have to read Parent EXCEL file , I need to first search that , it contains any Attached or Inserted Objects. If I find , then I have to read that Inserted Object (EXCEL) As well. usaully Maually we double click on to the ICON of the Inserted File. I may or may not write in to that Attached / Inserted EXCEL or DOC document & Save it. I hope this clears a lot or still require some more detail Clarifications ? Sorry for previous post... Can some one help me out with the Sample code of above requirement using POI ? Thanks, Anthony Andrews wrote: > > Furthermore, it might help if you were a little more precise about exactly > what you want to do. What sort of object are you dealing with an what do > you want to do (i.e. what do you mean by 'read') with it? > > Finally, have you searched the mail archive? I am fairly certain that > someone else has asked this question recently. > > --- On Tue, 11/4/08, Knudsen, Joe <[EMAIL PROTECTED]> wrote: > From: Knudsen, Joe <[EMAIL PROTECTED]> > Subject: RE: How to read Inserted Objects in EXCEL File > To: "POI Users List" <[email protected]> > Date: Tuesday, November 4, 2008, 7:19 AM > > Look at the API documentation for Excel look at the HSSF classes. > > -----Original Message----- > From: Mits [mailto:[EMAIL PROTECTED] > Sent: Monday, November 03, 2008 11:00 PM > To: [email protected] > Subject: Re: How to read Inserted Objects in EXCEL File > > > > > Mits wrote: >> >> Hello All, >> >> I have the requirement of Reading Inserted Objects from the EXCEL > File. >> >> Can some one help me out , Which POI API can help me out to Read that > ? >> >> Please reply if some one require some more detail explanation. >> >> Thanks, >> >> > > Atleast some one can let me know , Is it Possible to Read Inserted > Objects > in EXCEL Sheet using POI Jar? > -- > View this message in context: > http://www.nabble.com/How-to-read-Inserted-Objects-in-EXCEL-File-tp20296 > 909p20316247.html > Sent from the POI - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -- View this message in context: http://www.nabble.com/How-to-read-Inserted-Objects-in-EXCEL-File-tp20296909p20336708.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
