Andrew,

Thanks for the feedback. Since this is open source, "developers" == "Andrew
Kharchuk". You are more than welcome to submit a patch. I can't tell you if
the HSSF developers will accept it. If you do, I would recommend creating
methods like getFirstNonNullCellNum() and getLastNonNullCellNum(). This is
because people already count on HSSF working the way it does today, any
changes to existing methods may break their code.

-Ryan


----- Original Message ----- 
From: "Andrew Kharchuk" <[EMAIL PROTECTED]>
To: "POI Users List" <[EMAIL PROTECTED]>
Sent: Friday, November 28, 2003 12:15 PM
Subject: Re: reading empty cells


> I think developers should move getFirstCellNum() and getLastCellNum()
> methods to HSSFSheet object
> or they should return the real first and last not null cell numbers of the
> fixed row.
>
> Andrew Kharchuk.
>
>
> ----- Original Message -----
> From: "karl-heinz (SAW)" <[EMAIL PROTECTED]>
> To: "'POI Users List'" <[EMAIL PROTECTED]>
> Sent: Friday, November 28, 2003 6:44 PM
> Subject: AW: reading empty cells
>
>
> Hi Andrew.
>
> You've to ignore nulls (continue).
>
> I've also discovered such a behaviour on row level. My experience is
> that when a lot of manipulations happened such cells not necessarily are
> null cells. When it's a new file I always discovered empty cells/rows to
> be null.
>
> MfG
> Karl-Heinz Zengerle
> ___________________________________________________
>  More than competence in Document Management
> ___________________________________________________
> SAW AG
> Waldm?nchenerstr. 12
> 81549 M?nchen
> Tel.: ++49-89-68088368
> Fax: ++49-89-68088389
> www.sawag.com
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to