You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GlueDataBrew::Types::ExcelOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ExcelOptions as input to an Aws::Client method, you can use a vanilla Hash:

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

Options that define how DataBrew will interpret a Microsoft Excel file, when creating a dataset from that file.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#sheet_indexesArray<Integer>

Specifies one or more sheet numbers in the Excel file, which will be included in the dataset.

Returns:

  • (Array<Integer>)

    Specifies one or more sheet numbers in the Excel file, which will be included in the dataset.

#sheet_namesArray<String>

Specifies one or more named sheets in the Excel file, which will be included in the dataset.

Returns:

  • (Array<String>)

    Specifies one or more named sheets in the Excel file, which will be included in the dataset.