Class Range
java.lang.Object
io.jmix.reports.yarg.formatters.impl.xlsx.Range
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(CellReference cellReference) boolean
boolean
containsAll
(Collection<Range> range) boolean
containsAny
(Collection<Range> range) copy()
boolean
fromCellFormula
(String sheet, org.xlsx4j.sml.Cell cellWithFormula) static Range
static Range
fromFormula
(String range) static Range
int
int
int
int
getSheet()
grow
(int downGrow, int rightGrow) growDown
(int grow) growRight
(int grow) int
hashCode()
boolean
intersects
(Range range) boolean
intersectsByVertical
(Range range) boolean
shift
(int downShift, int rightShift) shiftDown
(int shift) shiftRight
(int shift) toRange()
toString()
-
Field Details
-
UNLIMITED_ROW_FORMULA_RANGE_PATTERN
-
UNLIMITED_COLUMN_FORMULA_RANGE_PATTERN
-
FORMULA_RANGE_PATTERN
-
SINGLE_CELL_RANGE_PATTERN
-
NOT_STRICT_RANGE_PATTERN
-
STRICT_RANGE_PATTERN
-
MIN_LENGTH_RANGE
public static final int MIN_LENGTH_RANGE- See Also:
-
MAX_LENGTH_RANGE
public static final int MAX_LENGTH_RANGE- See Also:
-
-
Constructor Details
-
Range
-
-
Method Details
-
fromCells
-
fromFormula
-
fromRange
-
fromCellFormula
-
contains
-
contains
-
containsAny
-
containsAll
-
intersectsByVertical
-
intersects
-
shift
-
shiftDown
-
shiftRight
-
grow
-
growDown
-
growRight
-
copy
-
toString
-
toFormula
-
toRange
-
toFirstCellReference
-
toCellReferences
-
isOneCellRange
public boolean isOneCellRange() -
equals
-
hashCode
public int hashCode() -
getSheet
-
getFirstColumn
public int getFirstColumn() -
getFirstRow
public int getFirstRow() -
getLastColumn
public int getLastColumn() -
getLastRow
public int getLastRow()
-