public class ExcelImporter extends AbstractExcelImExporter
tableManagers| Constructor and Description |
|---|
ExcelImporter(Path aExcelFilePath) |
ExcelImporter(String aExcelFilePath)
Deprecated.
Use
ExcelImporter(Path) instead. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addTableManager(ExcelTableManager aTableManager)
|
String |
getTableName() |
void |
importExcel()
Starts the import.
|
boolean |
isMultiTableMode() |
void |
setMultiTableMode(boolean aMultiTableMode) |
void |
setTableName(String aTableName) |
addDataSetsToProcess, addObserver, addProcessedDataSets, calculateProgress, finishDataSetProcess, finishSubRun, generateCleanMappingFile, generateCleanMappingFile, loadMapping, loadMapping, postError, postWarning, removeObserver, removeTableManager, searchTableManager, setSubRuns, updateProgress@Deprecated public ExcelImporter(String aExcelFilePath)
ExcelImporter(Path) instead.aExcelFilePath - The path to the excel file which should be imported.public ExcelImporter(Path aExcelFilePath)
aExcelFilePath - The path to the excel file which should be imported.public static boolean addTableManager(ExcelTableManager aTableManager)
AbstractExcelImExporter.addTableManager(ExcelTableManager). But
here will be checked if the table manager has importable fields.aTableManager - A Table manager.AbstractExcelImExporter.addTableManager(ExcelTableManager)public String getTableName()
public void importExcel()
throws ExcelImExporterException
ExcelImExporterException - Will be thrown if a exception occurred during import.public boolean isMultiTableMode()
public void setMultiTableMode(boolean aMultiTableMode)
public void setTableName(String aTableName)
Copyright © 2019. All rights reserved.