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
- Struct
- Aws::GlueDataBrew::Types::ExcelOptions
- 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
-
#sheet_indexes ⇒ Array<Integer>
Specifies one or more sheet numbers in the Excel file, which will be included in the dataset.
-
#sheet_names ⇒ Array<String>
Specifies one or more named sheets in the Excel file, which will be included in the dataset.
Instance Attribute Details
#sheet_indexes ⇒ Array<Integer>
Specifies one or more sheet numbers in the Excel file, which will be included in the dataset.
#sheet_names ⇒ Array<String>
Specifies one or more named sheets in the Excel file, which will be included in the dataset.