I think getFirstNonNullCellNum() and getLastNonNullCellNum() methods will not have much use. We need HSSFRow.cellExistsAt(int ) method or something like.
Considering the fact that about 4 or 5 basic classes should be modified I'm not sure if my patch will be used. By the way poi 2.0 has already broken my code :-) and I think my problem is common. Andrew Kharchuk. ----- Original Message ----- From: "Ryan Ackley" <[EMAIL PROTECTED]> To: "POI Users List" <[EMAIL PROTECTED]> Sent: Friday, November 28, 2003 7:34 PM Subject: Re: reading empty cells > 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
