AbstractTransformer

org.beangle.data.excel.template.AbstractTransformer
abstract class AbstractTransformer extends Transformer

Attributes

Graph
Supertypes
trait Transformer
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

override def adjustTableSize(ref: CellRef, size: Size): Unit

Attributes

Definition Classes
override def getCellData(cellRef: CellRef): Option[CellData]

Attributes

Definition Classes
override def getFormulaCells: Set[CellData]

Attributes

Definition Classes
override def isForwardOnly: Boolean

Attributes

Definition Classes
override def resetTargetCellRefs(): Unit

Attributes

Definition Classes

Inherited methods

def clearCell(cellRef: CellRef): Unit

Attributes

Inherited from:
Transformer

Attributes

Inherited from:
Transformer
def mergeCells(ref: CellRef, rows: Int, cols: Int): Unit

Attributes

Inherited from:
Transformer
def resetArea(areaRef: AreaRef): Unit

Attributes

Inherited from:
Transformer
def setFormula(cellRef: CellRef, formulaString: String): Unit

Attributes

Inherited from:
Transformer
def transform(srcCellRef: CellRef, targetCellRef: CellRef, context: Context, updateRowHeight: Boolean): Unit

Attributes

Inherited from:
Transformer
def updateRowHeight(srcSheetName: String, srcRowNum: Int, targetSheetName: String, targetRowNum: Int): Unit

Attributes

Inherited from:
Transformer
def workbook: Workbook

Attributes

Inherited from:
Transformer
def write(os: OutputStream): Unit

Writes Excel workbook to output stream and disposes the workbook.

Writes Excel workbook to output stream and disposes the workbook.

Attributes

Inherited from:
Transformer
def writeTo(os: OutputStream): Unit

Writes Excel workbook to output stream but not close the stream designed to use with ZipOutputStream or other OutputStream for creates several xls files one time.

Writes Excel workbook to output stream but not close the stream designed to use with ZipOutputStream or other OutputStream for creates several xls files one time.

Attributes

Inherited from:
Transformer

Concrete fields

var evaluateFormulas: Boolean
var ignoreColumnProps: Boolean
var ignoreRowProps: Boolean
var sheetMap: Map[String, SheetData]