DatasetExcelOptions

data class DatasetExcelOptions(val headerRow: Boolean? = null, val sheetIndexes: List<Int>? = null, val sheetNames: List<String>? = null)

Constructors

Link copied to clipboard
fun DatasetExcelOptions(headerRow: Boolean? = null, sheetIndexes: List<Int>? = null, sheetNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val headerRow: Boolean? = null
Link copied to clipboard
val sheetIndexes: List<Int>? = null
Link copied to clipboard
val sheetNames: List<String>? = null