Is there a way to listen for cells with no formating?

2007-04-20 Thread Levi Strope
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

RE: Is there a way to listen for cells with no formating?

2007-04-20 Thread Levi Strope
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

RE: Is there a way to listen for cells with no formating?

2007-04-20 Thread Levi Strope
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?

Re: Is there a way to listen for cells with no formating?

2007-04-20 Thread Andrew C. Oliver
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