Hi,

in a for like this

for (int i = startRow; i <= endRow; i++) {
                              HSSFRow r = sheet.getRow(i);
                              System.out.println(r. getHeightInPoints());
                        }

I've printed the heights of my rows as multiple of DefaultRowHeightInPoints 
(15) NOT what I view on the xls file. Why?
I attach a example of table. I use poi-3.0.2.

Thanks a lot for the help
Bye Mirco

Attachment: example.xls
Description: example.xls

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to