On Fri, 27 Jan 2012, Raindog wrote:
The problem I have is that the ObjectData byte[] is always length 0. How should I go about getting the correct byte[] for the object?

Are you sure that's the record with the data in it? You can use org.apache.poi.hssf.dev.BiffViewer to check where your known content lives

Also, Excel normally stores embedded resources in other POIFS streams, rather than in the record structure. Look for POIFS entries starting with MBD and those should have your data in

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to