public static interface ExcelOptions.Builder extends SdkPojo, CopyableBuilder<ExcelOptions.Builder,ExcelOptions>
| Modifier and Type | Method and Description |
|---|---|
ExcelOptions.Builder |
headerRow(Boolean headerRow)
A variable that specifies whether the first row in the file is parsed as the header.
|
ExcelOptions.Builder |
sheetIndexes(Collection<Integer> sheetIndexes)
One or more sheet numbers in the Excel file that will be included in the dataset.
|
ExcelOptions.Builder |
sheetIndexes(Integer... sheetIndexes)
One or more sheet numbers in the Excel file that will be included in the dataset.
|
ExcelOptions.Builder |
sheetNames(Collection<String> sheetNames)
One or more named sheets in the Excel file that will be included in the dataset.
|
ExcelOptions.Builder |
sheetNames(String... sheetNames)
One or more named sheets in the Excel file that will be included in the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExcelOptions.Builder sheetNames(Collection<String> sheetNames)
One or more named sheets in the Excel file that will be included in the dataset.
sheetNames - One or more named sheets in the Excel file that will be included in the dataset.ExcelOptions.Builder sheetNames(String... sheetNames)
One or more named sheets in the Excel file that will be included in the dataset.
sheetNames - One or more named sheets in the Excel file that will be included in the dataset.ExcelOptions.Builder sheetIndexes(Collection<Integer> sheetIndexes)
One or more sheet numbers in the Excel file that will be included in the dataset.
sheetIndexes - One or more sheet numbers in the Excel file that will be included in the dataset.ExcelOptions.Builder sheetIndexes(Integer... sheetIndexes)
One or more sheet numbers in the Excel file that will be included in the dataset.
sheetIndexes - One or more sheet numbers in the Excel file that will be included in the dataset.ExcelOptions.Builder headerRow(Boolean headerRow)
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.
headerRow - 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.Copyright © 2023. All rights reserved.