org.beangle.data.excel

Type members

Classlikes

object AreaRef
Companion:
class
class AreaRef(val firstCellRef: CellRef, val lastCellRef: CellRef)
Companion:
object
object CellOps
Companion:
class
final class CellOps(cell: Cell) extends AnyVal
Companion:
object
object CellRef
Companion:
class
class CellRef(var sheetName: String, var row: Int, var col: Int) extends Comparable[CellRef]
Companion:
object
Companion:
class
class ExcelStyleRegistry(workbook: Workbook)
Companion:
object
object Sheets
object Size
Companion:
class
case class Size(width: Int, height: Int)
Companion:
object
object Workbooks