Catalogen

CellReference @Cluster 1 (if, setzeroheight, sh)


ExcelUtils.java

sets all the text from the file @ throws ioexception

597. for(CellReference cellRef:areaRef.getAllReferencedCells()){
599.     setCellValue(getCell(sh, cellRef.getRow(), cellRef.getCol()), valueFill);
601.     HSSFCell cell = getCell(sh, cellRef.getRow(), cellRef.getCol());

ExcelWriterStep.java

sets the

343. CellReference cellRef = new CellReference(reference);
345. String sheetName = cellRef.getSheetName();
357. Row xlsRow = sheet.getRow(cellRef.getRow());
361. Cell styleCell = xlsRow.getCell(cellRef.getCol());