to answer at my question, i do like this : HSSFRow row = sheet.getRow(cellRef.getRowIndex()+1); HSSFCell cell = row.getCell(cellRef.getColumnIndex()+6);
so i can read others cells regarding to the cloneSheet question, i'll add named cell one by one. -- View this message in context: http://apache-poi.1045710.n5.nabble.com/Same-named-cells-in-several-sheets-tp5683541p5697613.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]
