return;
}
if (formulaIndex != null) {
final CellWithExpression expression = sharedFormulas.get( formulaIndex );
final CellWithExpression exprCell = new CellWithSharedExpression( _row, expression );
if (this.config.loadAllCellValues)
exprCell.setValue( parseCellValue( dataType, styleIndex, value ) );
return;
}
// Cell with constant