http://jakarta.apache.org/poi/getinvolved/index.html
-- 
Andrew C. Oliver
http://www.superlinksoftware.com/poi.jsp
Custom enhancements and Commercial Implementation for Jakarta POI

http://jakarta.apache.org/poi
For Java and Excel, Got POI?

The views expressed in this email are those of the author and are almost
definitely not shared by the Apache Software Foundation, its board or its
general membership.  In fact they probably most definitively disagree with
everything espoused in the above email.

> From: Tim Wilkins <[EMAIL PROTECTED]>
> Reply-To: "POI Users List" <[EMAIL PROTECTED]>
> Date: Thu, 10 Jun 2004 10:40:21 +0100
> To: POI Users List <[EMAIL PROTECTED]>
> Subject: Re: HSSF - reading - detecting hidden rows - zeroHeight or cell
> style?
> 
> Sorry Danny, how do you propose a patch?????
> 
> I have a small change to POI that I would like added (involving
> serialisation of some classes) but I don't know how to propose a patch.
> 
> Anychance you could point us in the right direction?
> 
> Cheers,
> 
> Tim
> 
> Danny Mui wrote:
> 
>> this sounds like useful functionality that wasn't exposed to the
>> usermodel.
>> 
>> propose your patch and we'll see what sticks ;)
>> 
>> 
>> [EMAIL PROTECTED] wrote:
>> 
>>> Hi,
>>> New to OpenSource and POI.
>>> Spreadsheet loading data into a database. I need to ignore rows that
>>> are hidden.
>>> Using the HSSF usermodel.
>>> I could not determine if a row or cell is hidden.
>>> Nothing in HSSFCellStyle including method getHidden seemed to do the
>>> job.
>>> It looks to me that in the HSSFRow, in the RowRecord that the
>>> zeroHeight boolean property is the only thing that indicated that the
>>> row was hidden.
>>> This zeroHeight property is not exposed in the HSSFRow.
>>> Should it be exposed through the HSSFCellStyle?
>>> 
>>> I have made a version of POI with HSSFRow with a delegate method for
>>> the zeroHeight property.
>>> Works for me.
>>> 
>>> Should the zeroHeight property be exposed like this?
>>> Is this a bug or a feature request?
>>> 
>>> Neil Clifton
>>> Web Application Developer
>>> Tel: +61 2 8306 5770
>>> mbl: +61 041914068
>>> fax: +61 2 8306 5684
>>> [EMAIL PROTECTED]
>>> Alcatel Australia Limited
>>> 41 Mandible st.
>>> Alexandria, NSW, Sydney
>>> www.alcatel.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]


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

Reply via email to