Hi...

My application contains a row which is having several fields like(cost level,GL cost,percent of cost,plus amount...).I am importing the data from excel sheet for the above mentioned field and fetching in the respective field.

Instead of fetching the data in one row in application,i want to put the same data in consecutive rows also.

My excel sheet having consective no..of datas even.

Main thing is i dont want to touch the hardcore data.bcos tomorrow the no..of rows may change in application.

I know this is possible by using looping.but how to do looping.