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