sheet

fun sheet(name: String, defaultStyle: ExcelStyle? = null, init: SheetScope.() -> Unit)

Defines a new sheet in the workbook.

This operation starts a new sheet context in the driver.

Parameters

name

the name of the sheet

defaultStyle

the optional default style applied specifically to this sheet

init

the DSL block for configuring the sheet

See also