You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by "Ercan, Gazanfer (CIO) (EXT)" <ga...@siemens.com> on 2008/05/29 14:46:01 UTC

HSSFObjectData: how to read the entry of a CheckBox

Hi,

Thanks for the update. How can I download this update. I Already
downloaded the version poi-3.1-beta2. But the change is not there.

Best regards,
Gazanfer

--- Comment #4 from Nick Burch <ni...@torchbox.com>  2008-05-23 08:56:05
PST ---
I think that in some cases, the object data is stored in the record
itself, and
not in another POIFS stream

I've updated HSSFObjectData, so that it will tell you if it looks like
there's
a directory entry or not. It will now also give you the OLE2 class name,
and
the data if there's no directory entry.

Hopefully that'll fix things for you.