-
Methods Method Description com.orchestranetworks.addon.dint.template.CSVImportTemplateSpec.getCSVFile() Since v4.3.2, useCSVImportTemplateSpec.getSourceFile()
instead.com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec.getSheetName() Since 4.3.2, it's no longer required to specify a sheet name.com.orchestranetworks.addon.dint.template.TemplateSpec.getTemplateId() Since 4.5.0, this method may returnnull
.
-
Constructors Constructor Description com.orchestranetworks.addon.dint.template.ExcelImportTemplateSpec(String, File, String, Session) UseExcelImportTemplateSpec(String, File, Session)
instead. Since v4.3.2, it's no longer required to specify a sheet name.