public final class ExcelConfiguration extends BaseObject implements Serializable
ExcelDataContext,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COLUMN_NAME_LINE |
static int |
NO_COLUMN_NAME_LINE |
| Constructor and Description |
|---|
ExcelConfiguration() |
ExcelConfiguration(int columnNameLineNumber,
boolean skipEmptyLines,
boolean skipEmptyColumns) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decorateIdentity(List<Object> identifiers)
Subclasses should implement this method and add all fields to the list
that are to be included in equals(...) and hashCode() evaluation
|
int |
getColumnNameLineNumber()
The line number (1 based) from which to get the names of the columns.
|
boolean |
isSkipEmptyColumns()
Defines if empty columns in the excel spreadsheet should be skipped while
reading the spreadsheet.
|
boolean |
isSkipEmptyLines()
Defines if empty lines in the excel spreadsheet should be skipped while
reading the spreadsheet.
|
String |
toString() |
classEquals, equals, hashCodepublic static final int NO_COLUMN_NAME_LINE
public static final int DEFAULT_COLUMN_NAME_LINE
public ExcelConfiguration()
public ExcelConfiguration(int columnNameLineNumber,
boolean skipEmptyLines,
boolean skipEmptyColumns)
public int getColumnNameLineNumber()
public boolean isSkipEmptyLines()
public boolean isSkipEmptyColumns()
protected void decorateIdentity(List<Object> identifiers)
BaseObjectdecorateIdentity in class BaseObjectpublic String toString()
toString in class BaseObjectCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.