Workbooks

org.beangle.data.excel.Workbooks
object Workbooks

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Workbooks.type

Members list

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