Data Sheet Scope
Scope for DTO-based data sheets. Provides a declarative way to map a collection of items to Excel rows.
Functions
Link copied to clipboard
fun column(header: String, style: ExcelStyle? = null, headerStyle: ExcelStyle? = null, cellStyle: (T) -> ExcelStyle?? = null, link: (T) -> String?? = null, extractor: (T) -> Any?)
Defines a column in the data sheet.
Link copied to clipboard
fun columnFormula(header: String, style: ExcelStyle? = null, headerStyle: ExcelStyle? = null, cellStyle: (T) -> ExcelStyle?? = null, formula: (Int, T) -> String)
Defines a formula column in the data sheet.
Link copied to clipboard
Sets a style to be applied to the header row.
Link copied to clipboard
Provides access to the underlying native sheet object.
Link copied to clipboard
Defines a conditional style for data rows.