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

Reply via email to