*Hi All,

          I have Excel Cell Address like A1,A2. So, how to access this cell
programatically using poi3.6


another way is row=mySheet.getRow();
                         cell=row.getCell();


But i have the address in the format of A1 ... so, how to access those cell
programatically

please guide me to get this.





**Thanks & Regards,

Saravanan.P

*
*
***************************************************************************************
Never Design your life like GARDEN, any one can walk...!
So, Design your life like SKY where every one has aspire to reach...!
***************************************************************************************
*

Reply via email to