As no one else has poked their head above the battlements to answer this one, I will say that no, HWPF/XWPF are not yet at the point where you could use them to insert an OLE object into a Word file. Reading an OLE object that has already been inserted into a Word document may - that is a big may by the way - be possible as HWPF at least is built around the same basic file system as Excel (POIFS) and I know that it is possible to access such objects from a worksheet/workbook. Do not ask me how to do it though as I have no idea and feel that it will entail quite some digging around in the internals of the API.
Yours Mark B Zachary Mitchell, BCIS wrote: > > > ----- Original Message ----- > From: "Zachary Mitchell, BCIS" <[email protected]> > To: "POI Users List" <[email protected]> > Sent: Friday, February 12, 2010 9:41 AM > Subject: v 3.6 Question. > > >> Does this version of POI support insertion to and access from, OLE2 >> objects, to a Microsoft Word File? >> >> Like an inserted/anchored jpg picture file? >> Like an inserted Excel Sheet into a Word File? >> >> What objects should I look at in the Javadoc? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://old.nabble.com/Fw%3A-v-3.6-Question.-tp27602152p27611075.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]
