public abstract class ExcelTargetTable extends TargetTable<ExcelTable,ExcelField>
TableMapping
.Modifier and Type | Method and Description |
---|---|
ExcelTargetTableSpec |
getSpec()
Returns the Excel target table's specification.
|
static ExcelTargetTable |
newInstance(ExcelTargetTableSpec spec)
Creates a new instance.
|
getMappedFields, getTable
public static ExcelTargetTable newInstance(ExcelTargetTableSpec spec) throws DataIntegrationException
DataIntegrationException
- If an error occurs while reading the dataIllegalArgumentException
- If the specification is null
or invalid.public final ExcelTargetTableSpec getSpec()