Hi, Thanks a lot Nick, i didn't think to do some tests on Rows !! If a Row is Null, so it has no Cells that why i was having ==> java.lang.NullPointerException
my thanks to all 2012/5/3 Nick Burch <[email protected]> > On Thu, 3 May 2012, youness hajjioui wrote: > >> Well the problem is when i do this test : if(sheet.getRow(0).getCell(0) >> != >> null) >> >> if the Cell is Not Null it's Ok, but else i have a Null Pointer Exception >> : >> java.lang.NullPointerException >> > > Rows can be null too.... > > Nick > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > > -- HAJJIOUI Youness
