You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Nick Burch <ni...@torchbox.com> on 2009/01/07 15:44:36 UTC

Re: UnknownRecord prevents to add DataValidation

On Tue, 16 Dec 2008, Pierre Lavignotte wrote:
> This particular record is :
> [PLV] (0x88B)
>  rawData=[8B, 08, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 22, 27]
> [/PLV]
> And its SID is 2187.
>
> I don't know what this record is.

The rough trick is to cd into src/java/org/apache/poi/hssf/record/, and 
grep for the record name as seen in the toString output

In this case, PLV (record type 0x88B) is handled by UnknownRecord.java

0x88b = 2187, which the microsoft docs do say is a PLV record (page 
layout view). See page 348 of the microsoft docs for all the details if 
you want to implement it.

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org