public class RangeHelperBase extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected SRange |
range |
protected SSheet |
sheet |
Constructor and Description |
---|
RangeHelperBase(SRange range) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
protected FormatEngine |
getFormatEngine() |
String |
getFormattedText(SCell cell) |
protected FormulaEngine |
getFormulaEngine() |
int |
getLastColumn() |
int |
getLastRow() |
int |
getRow() |
static boolean |
isBlank(SCell cell) |
boolean |
isWholeColumn() |
boolean |
isWholeRow() |
boolean |
isWholeSheet() |
public RangeHelperBase(SRange range)
public static boolean isBlank(SCell cell)
protected FormatEngine getFormatEngine()
protected FormulaEngine getFormulaEngine()
public int getRow()
public int getColumn()
public int getLastRow()
public int getLastColumn()
public boolean isWholeRow()
public boolean isWholeSheet()
public boolean isWholeColumn()
Copyright © 2020. All rights reserved.