Hi,

I have a requirement where I have to read the contents of rows in a specific
order. This order is based on the value of a particular column.

For instance I have a sheet as follows :

                   Col1                              Col2                       
     
Col3
Row1              A                                .....                        
     
.....
Row2           Mgmnt                            .....                           
  
.....
Row3            Inst                               .....                        
     
.....



Now I want to read the rows in the following order :

First read the row where Col1 value is "Mgmnt", next row with Col1="A" and
then finally row with Col1="Inst".

Is there a way to read the rows in this order?

Thanks

--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Reading-rows-based-on-column-value-tp4256947p4256947.html
Sent from the POI - User mailing list archive at Nabble.com.

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

Reply via email to