public final class ExcelImportTemplateSpec extends ImportExportTemplateSpec
| Constructor and Description |
|---|
ExcelImportTemplateSpec(String templateId,
File sourceFile,
com.orchestranetworks.service.Session session)
Constructs a new
ExcelImportTemplateSpec instance. |
ExcelImportTemplateSpec(String templateId,
File sourceFile,
String sheetName,
com.orchestranetworks.service.Session session)
Deprecated.
Use
ExcelImportTemplateSpec(String, File, Session) instead. Since v4.3.2, it's no longer required to specify a sheet name. |
| Modifier and Type | Method and Description |
|---|---|
String |
getSheetName()
Deprecated.
Since 4.3.2, it's no longer required to specify a sheet name.
|
File |
getSourceFile()
Returns the source Excel file.
|
getDataset, setDatasetgetSession, getTemplateId@Deprecated public ExcelImportTemplateSpec(String templateId, File sourceFile, String sheetName, com.orchestranetworks.service.Session session)
ExcelImportTemplateSpec(String, File, Session) instead. Since v4.3.2, it's no longer required to specify a sheet name.ExcelImportTemplateSpec instance.templateId - The unique template id.sourceFile - The source Excel file.sheetName - The sheet name of the Excel file.session - The session.IllegalArgumentException - If any parameter is null or source file does not exist.public ExcelImportTemplateSpec(String templateId, File sourceFile, com.orchestranetworks.service.Session session)
ExcelImportTemplateSpec instance.templateId - The unique template id.sourceFile - The source Excel file.session - The session.IllegalArgumentException - If any parameter is null or the source file does not exist.public File getSourceFile()
@Deprecated public String getSheetName()