} else if (isTopLeftOf(cra, in)) {
return CellType.TOP_LEFT_OF_RANGE;
} else if (ConversionHelpers.isPartOf(cra, in)) {
return CellType.OTHER_CELL_IN_RANGE;
} else {
throw new ExcelCellConversionException("Couldn't determine range for cell", in);
}
}