Hi, I think I've found a problem in org.apache.poi.hssf.model.Sheet,
I was trying to subclass HSSFSheet, but calling super(Workbook, Sheet)
returns an Object with no rows. The reason is the Method getNextRow
in Sheet which is only able to return the rows once as there is no provision
for nulling rowRecIterator.
I added a Method "setFirstRow" to reset rowRecIterator and it fixed my
problem.
Any thoughts about this "solution" anybody?
Regards,
DaveLaw
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]