ExcelSheet

class ExcelSheet(val file: File, val sheet: String, val columns: List<String>, val firstDataRow: Int)

Constructors

Link copied to clipboard
constructor(file: File, sheet: String, columns: List<String>, firstDataRow: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val file: File
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun read(log: Boolean = true): List<List<String>>?