The code looks fine. Are you sure the loop body gets executed more than once? It would be very surprising for the to call "sheet.createRow(rowNumber)" twice with different values of rowNumber but only get one row. If you are *certain* this is happening, please create a bugzilla entry and upload some simple but working example code to reproduce this bug.
btw - remove all the "(short)" typecasts - they are not required. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
