Preferably implement it and supply a patch. You can probably add an instanceof UnknownRecord at the top of your switch statement. However UnknwonRecord isn't a cell type it means POI doesn't yet parse that record type. You're looking for the blank records that have nothing in them. Most of these HAVE no record in the file at all. So you can't listen for them. You can get the bounds record and figure out where things generally end and begin and assume that the non-existant records exist or convert them to BLANK records (but don't write it that way or you'll find the file will massively expand in size).
-Andy

Levi Strope wrote:
Does anyone have an example of how to use UnknownRecord() ?

________________________________

From: Levi Strope Sent: Friday, April 20, 2007 12:36 PM
To: Levi Strope; POI Users List
Subject: RE: Is there a way to listen for cells with no formating?


Is ther a hex value for cells with nothing?

________________________________

From: Levi Strope Sent: Friday, April 20, 2007 10:00 AM
To: POI Users List
Subject: Is there a way to listen for cells with no formating?


I need a way to listen for cells with no formatting and no values.  Is
there a way to do this?

------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/


--
Catch us at Linuxfest Northwest (4/28-4/29) http://linuxfestnorthwest.org
Buni Meldware Communication Suite
Email, Calendaring, ease of configuration/administration
http://buni.org


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to