Transformer

Defines interface methods for Excel operations

class Object
trait Matchable
class Any

Value members

Abstract methods

def adjustTableSize(ref: CellRef, size: Size): Unit
def clearCell(cellRef: CellRef): Unit
def getCellData(cellRef: CellRef): Option[CellData]
def isForwardOnly: Boolean
def mergeCells(ref: CellRef, rows: Int, cols: Int): Unit
def resetArea(areaRef: AreaRef): Unit
def setFormula(cellRef: CellRef, formulaString: String): Unit
def transform(srcCellRef: CellRef, targetCellRef: CellRef, context: Context, updateRowHeight: Boolean): Unit
def updateRowHeight(srcSheetName: String, srcRowNum: Int, targetSheetName: String, targetRowNum: Int): Unit
def workbook: Workbook
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
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.

@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
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.