ExcelOptions

Represents a set of options that define how DataBrew will interpret a Microsoft Excel file when creating a dataset from that file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.

Link copied to clipboard

One or more sheet numbers in the Excel file that will be included in the dataset.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ExcelOptions.Builder.() -> Unit = {}): ExcelOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String