Thanks Yury Batrakov, Now I am not getting any compilation problem.
Now my Problem is I given argument as one xls file , which contain 2 embedded objects , 1) doc File & 2) xls file. I am getting following out put of your given sample code. ======================================== got 'Ole' event for path '\LNK000A0157'. got 'SummaryInformation' event for path '\'. got 'DocumentSummaryInformation' event for path '\'. got 'Ole' event for path '\LNK001144C6'. got 'Workbook' event for path '\'. trying DirectoryNode 'Root Entry' skipping embedded MS Graphobject! got 'CompObj' event for path '\'. ========================================== Basically I am new to the POIFS, Can you help me out to where to start & understand API ? So I can start writing code as per my requirement. Thanks, Your help will be really Appriciated... Yury Batrakov wrote: > > > >> This errors might be casue of not having Latest POI Jars, I am using >> "poi-2.5.1-final-20040804.jar" for compiling code. > > Yes, the first -FINAL release with embedded documents extraction support > was 3.1 > > >> can some help me out with link for the , POI Latest Jar ? > > http://www.apache.org/dist/poi/release/bin/ > > --------------------------------------------------------------------- > 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-tp20296909p20360084.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]
