| Method and Description |
|---|
| com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec.getCSVFile()
Use
CSVImportTemplateSpec.getSourceFile() instead. |
| com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec.getSheetName()
Since 4.3.2, it's no longer required to specify a sheet name.
|
| Constructor and Description |
|---|
| com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec(String, File, String, Session)
Use
ExcelImportTemplateSpec.ExcelImportTemplateSpec(String, File, Session) instead. Since v4.3.2, it's no longer required to specify a sheet name. |