}else if (jxlCellType == jxl.CellType.ERROR){ ErrorCell errorCell = (ErrorCell) cell; cellValue = errorCell.getErrorCode(); cellType = CellType.ERROR; }else if ( jxlCellType == jxl.CellType.EMPTY ){
final int errorCode = errorCell.getErrorCode(); result.setValue(errorCode);