class Aws::GlueDataBrew::Types::ExcelOptions

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

@note When making an API call, you may pass ExcelOptions

data as a hash:

    {
      sheet_names: ["SheetName"],
      sheet_indexes: [1],
      header_row: false,
    }

@!attribute [rw] sheet_names

One or more named sheets in the Excel file that will be included in
the dataset.
@return [Array<String>]

@!attribute [rw] sheet_indexes

One or more sheet numbers in the Excel file that will be included in
the dataset.
@return [Array<Integer>]

@!attribute [rw] header_row

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.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/databrew-2017-07-25/ExcelOptions AWS API Documentation

Constants

SENSITIVE