Workbooks

object Workbooks
class Object
trait Matchable
class Any

Value members

Concrete methods

def addImage(workbook: Workbook, areaRef: AreaRef, imageBytes: Array[Byte], imageType: ImageType, scaleX: Option[Double], scaleY: Option[Double]): Unit
def addImage(workbook: Workbook, areaRef: AreaRef, imageBytes: Array[Byte], imageType: ImageType): Unit
def cleanCell(workbook: Workbook, cellRef: CellRef): Unit
def getOrCreateCell(workbook: Workbook, cellRef: CellRef): Cell
def mergeCells(workbook: Workbook, cellRef: CellRef, rows: Int, cols: Int, cellStyle: CellStyle): Unit