CsvColumn

data class CsvColumn<Row>(val name: String, val forceEscape: Boolean, val row2Cell: Row.() -> String)

Constructors

Link copied to clipboard
constructor(name: String, forceEscape: Boolean, row2Cell: Row.() -> String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val row2Cell: Row.() -> String