CellRef

org.beangle.data.excel.CellRef$
See theCellRef companion class
object CellRef

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CellRef.type

Members list

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

Attributes

Supertypes
trait Ordering[CellRef]
trait PartialOrdering[CellRef]
trait Equiv[CellRef]
trait Serializable
trait Comparator[CellRef]
class Object
trait Matchable
class Any
Show all
Self type
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

Attributes

Supertypes
trait Ordering[CellRef]
trait PartialOrdering[CellRef]
trait Equiv[CellRef]
trait Serializable
trait Comparator[CellRef]
class Object
trait Matchable
class Any
Show all
Self type

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

Attributes

val NONE: CellRef

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

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

Attributes