| Package | Description |
|---|---|
| eu.wiegandt.nicklas.simpleexcelimexporter |
| Modifier and Type | Method and Description |
|---|---|
void |
ExcelExporter.exportToExcel(Collection<String> aTableNames,
Path aExcelPath)
Exports the tables with the given tables names into a excel file to the
given path.
|
void |
ExcelExporter.exportToExcel(Collection<String> aTableNames,
String aExcelPath)
Deprecated.
Use
ExcelExporter.exportToExcel(Collection, Path) instead. |
void |
ExcelImporter.importExcel()
Starts the import.
|
protected org.apache.commons.collections4.BidiMap<String,String> |
AbstractExcelImExporter.loadMapping(Path aMappingFilePath)
Loads the mapping from a mapping file.
|
protected org.apache.commons.collections4.BidiMap<String,String> |
AbstractExcelImExporter.loadMapping(String aMappingFilePath)
Deprecated.
Use
AbstractExcelImExporter.loadMapping(Path) instead. |
Copyright © 2019. All rights reserved.