Area

org.beangle.data.excel.template.Area
See theArea companion object
class Area(val startCellRef: CellRef, val size: Size, var transformer: Transformer)

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(startCellRef: CellRef, size: Size, datas: List[DirectiveData], transformer: Transformer)

Concrete methods

def addDirective(areaRef: AreaRef, directive: Directive): Unit
def addDirective(areaRef: String, directive: Directive): Unit
def applyAt(cellRef: CellRef, context: Context): Size
def clearCells(): Unit
def findDirectiveByName(name: String): Seq[Directive]
def processFormulas(): Unit
def reset(): Unit