| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
ExcelOptions |
ExcelOptions.clone() |
ExcelOptions |
FormatOptions.getExcel()
Options that define how Excel input is to be interpreted by DataBrew.
|
ExcelOptions |
ExcelOptions.withHeaderRow(Boolean headerRow)
A variable that specifies whether the first row in the file is parsed as the header.
|
ExcelOptions |
ExcelOptions.withSheetIndexes(Collection<Integer> sheetIndexes)
One or more sheet numbers in the Excel file that will be included in the dataset.
|
ExcelOptions |
ExcelOptions.withSheetIndexes(Integer... sheetIndexes)
One or more sheet numbers in the Excel file that will be included in the dataset.
|
ExcelOptions |
ExcelOptions.withSheetNames(Collection<String> sheetNames)
One or more named sheets in the Excel file that will be included in the dataset.
|
ExcelOptions |
ExcelOptions.withSheetNames(String... sheetNames)
One or more named sheets in the Excel file that will be included in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormatOptions.setExcel(ExcelOptions excel)
Options that define how Excel input is to be interpreted by DataBrew.
|
FormatOptions |
FormatOptions.withExcel(ExcelOptions excel)
Options that define how Excel input is to be interpreted by DataBrew.
|
Copyright © 2022. All rights reserved.