CellRef

object CellRef
Companion:
class
class Object
trait Matchable
class Any
CellRef.type

Type members

Classlikes

object ColPrecedence extends Ordering[CellRef]

Cell comparator used to order cells first by columns and then by rows

Cell comparator used to order cells first by columns and then by rows

object RowPrecedence extends Ordering[CellRef]

Cell comparator used to order cell by rows first and then by columns

Cell comparator used to order cell by rows first and then by columns

Value members

Concrete methods

def apply(cellRef: String): CellRef
def apply(cr: CellReference): CellRef
def apply(row: Int, col: Int): CellRef
def isPlainColumn(refPart: String): Boolean

Concrete fields

The character ($) that signifies a row or column value is absolute instead of relative

The character ($) that signifies a row or column value is absolute instead of relative

The character (!) that separates sheet names from cell references

The character (!) that separates sheet names from cell references