Grid

object Grid
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final implicit
class GridBuilder(val g: Grid) extends AnyVal
implicit
class MergedRegionsHelper(mergedRegions: Seq[CellRange])
final implicit
class SheetExtender(val s: Sheet) extends AnyVal

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def addHorizontal(g1: Grid, g2: Grid): Grid
def addMergedRegion(g: Grid, mergedRegion: CellRange): Grid
def addVertical(g1: Grid, g2: Grid): Grid
def render(g: Grid): Seq[Row]

Implicits

Implicits

final implicit
final implicit
def MergedRegionsHelper(mergedRegions: Seq[CellRange]): MergedRegionsHelper
final implicit