public class ExcelFormatConfig extends Object implements FormatPluginConfig
Constructor and Description |
---|
ExcelFormatConfig(List<String> extensions,
Integer headerRow,
Integer lastRow,
Integer firstColumn,
Integer lastColumn,
Boolean allTextMode,
String sheetName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
boolean |
getAllTextMode() |
List<String> |
getExtensions() |
int |
getFirstColumn() |
int |
getHeaderRow() |
int |
getLastColumn() |
int |
getLastRow() |
org.apache.drill.exec.store.excel.ExcelBatchReader.ExcelReaderConfig |
getReaderConfig(ExcelFormatPlugin plugin) |
String |
getSheetName() |
int |
hashCode() |
String |
toString() |
public int getHeaderRow()
public int getLastRow()
public int getFirstColumn()
public int getLastColumn()
public boolean getAllTextMode()
public String getSheetName()
public org.apache.drill.exec.store.excel.ExcelBatchReader.ExcelReaderConfig getReaderConfig(ExcelFormatPlugin plugin)
Copyright © 1970 The Apache Software Foundation. All rights reserved.