sheetNames

@JvmName(name = "radntmcgainrjmre")
suspend fun sheetNames(value: Output<List<String>>)
@JvmName(name = "jimangayltwcbvwl")
suspend fun sheetNames(value: List<String>?)

Parameters

value

One or more named sheets in the Excel file that will be included in the dataset.


@JvmName(name = "ndxmfloyjgvsgpnn")
suspend fun sheetNames(vararg values: Output<String>)


@JvmName(name = "khkijmkmdebqwwmc")
suspend fun sheetNames(values: List<Output<String>>)
@JvmName(name = "ndbgcgrnxwyrapqq")
suspend fun sheetNames(vararg values: String)

Parameters

values

One or more named sheets in the Excel file that will be included in the dataset.