WorkbookOps

org.beangle.doc.excel.WorkbookOps
See theWorkbookOps companion object
final class WorkbookOps(wb: Workbook) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

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