public class ExcelExporter extends AbstractExcelImExporter
tableManagers| Constructor and Description |
|---|
ExcelExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
exportToExcel(Collection<String> aTableNames,
Path aExcelPath)
Exports the tables with the given tables names into a excel file to the
given path.
|
void |
exportToExcel(Collection<String> aTableNames,
String aExcelPath)
Deprecated.
Use
exportToExcel(Collection, Path) instead. |
addDataSetsToProcess, addObserver, addProcessedDataSets, addTableManager, calculateProgress, finishDataSetProcess, finishSubRun, generateCleanMappingFile, generateCleanMappingFile, loadMapping, loadMapping, postError, postWarning, removeObserver, removeTableManager, searchTableManager, setSubRuns, updateProgress@Deprecated public void exportToExcel(Collection<String> aTableNames, String aExcelPath) throws ExcelImExporterException
exportToExcel(Collection, Path) instead.aTableNames - The table names form the tables which should be exported.aExcelPath - The path where the excel file should be saved. Must include
the file name.ExcelImExporterException - if there was a error while exporting the tables.public void exportToExcel(Collection<String> aTableNames, Path aExcelPath) throws ExcelImExporterException
aTableNames - The table names form the tables which should be exported.aExcelPath - The path where the excel file should be saved. Must include
the file name.ExcelImExporterException - if there was a error while exporting the tables.Copyright © 2019. All rights reserved.