On Thu, 24 Jul 2008, Helmut Ziegler wrote:
But in the first part of the original file there is more information.
I had a look at it in a text editor. The information is some kind of
metadata:
1. The alphabet
2. The structure of the ole object. "R.o.o.t. .E.n.t.r.y .... O.l.e. ...
C.o.m.p.O.b.j...."
3. The kind of ole object "P.a.c.k.a.g.e"

Try using org.apache.poi.poifs.dev.POIFSViewer on the file parts. I think that'll give you output that's much easier to compare and make sense of than the raw bytes :)

org.apache.poi.poifs.dev.POIFSLister might also be worth checking too, that'll show you what files you have, without the full contents of POIFSViewer, which'll help you spot if bits go missing

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to