Hi Mark, I am targeting binary (.doc) files. If you go into the createExtractor() method, you could see it returns only names with Excel,word,power point,visio from what i understand. It doesn't handle names with "Package". But if I am wrong please tell.
Thank you, Randeel. On Tue, Nov 30, 2010 at 7:19 PM, Mark Beardsley <[email protected]>wrote: > > Which file format are you targetting - XML (.docx) or binary (.doc)? Either > way I admit to being a little confused as the documentation indicates that > you should get an array of text extractors from this method call and that > all you need to do is call the getText() metyhod on each to recover the > contents of the embedded document(s) as a String. > > Yours > > Mark B > -- > View this message in context: > http://apache-poi.1045710.n5.nabble.com/How-to-access-data-from-Ole-objects-named-package-tp3285867p3286054.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] > >
