Paul Spencer <paulspencer <at> mindspring.com> writes: > > I am using poi 3.5-FINAL with both .xls and .xlsx files. > > How do I determine if a rows is hidden? > o There is no sheet.isRowHidden(rowNumber) > o cell.getCellStyle().getHidden() return false when the cell is on > a rows that is hidden. > > Paul Spencer >
Hi Paul, you would want to retrieve the XML node of the node, and check for the hidden attribute set to 1. If you need more info, write to me. Regards, nk --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
