- eu.wiegandt.nicklas.simpleexcelimexporter - package eu.wiegandt.nicklas.simpleexcelimexporter
-
- eu.wiegandt.nicklas.simpleexcelimexporter.annotations - package eu.wiegandt.nicklas.simpleexcelimexporter.annotations
-
- eu.wiegandt.nicklas.simpleexcelimexporter.api - package eu.wiegandt.nicklas.simpleexcelimexporter.api
-
- eu.wiegandt.nicklas.simpleexcelimexporter.exceptions - package eu.wiegandt.nicklas.simpleexcelimexporter.exceptions
-
- eu.wiegandt.nicklas.simpleexcelimexporter.utils - package eu.wiegandt.nicklas.simpleexcelimexporter.utils
-
- ExcelExporter - Class in eu.wiegandt.nicklas.simpleexcelimexporter
-
A class to export data of annotated data classes to excel.
- ExcelExporter() - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.ExcelExporter
-
- ExcelField - Annotation Type in eu.wiegandt.nicklas.simpleexcelimexporter.annotations
-
A annotation to mark a field as im-/exportable.
- ExcelImExporterError - Class in eu.wiegandt.nicklas.simpleexcelimexporter.exceptions
-
A class which represents an error while im-/exporting.
- ExcelImExporterError(ExcelImExportErrorTypes) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.exceptions.ExcelImExporterError
-
The message template of the type will be used as message.
- ExcelImExporterError(ExcelImExportErrorTypes, String) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.exceptions.ExcelImExporterError
-
- ExcelImExporterException - Exception in eu.wiegandt.nicklas.simpleexcelimexporter.exceptions
-
A excecption for errors occurred during im-/exporting.
- ExcelImExporterException(ExcelImExporterError) - Constructor for exception eu.wiegandt.nicklas.simpleexcelimexporter.exceptions.ExcelImExporterException
-
- ExcelImExporterField - Class in eu.wiegandt.nicklas.simpleexcelimexporter
-
A POJO class to save the needed informations of a field during im- and
export.
- ExcelImExporterField(Integer, String, String) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.ExcelImExporterField
-
- ExcelImExportErrorTypes - Enum in eu.wiegandt.nicklas.simpleexcelimexporter.exceptions
-
A enumeration with the possible error types.
- ExcelImExporterWarning - Class in eu.wiegandt.nicklas.simpleexcelimexporter.exceptions
-
A class which represents warnings which give extra informations for the user.
- ExcelImExporterWarning(ExcelImExportWarningTypes) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.exceptions.ExcelImExporterWarning
-
The message template of the type will be used as message.
- ExcelImExporterWarning(ExcelImExportWarningTypes, String) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.exceptions.ExcelImExporterWarning
-
- ExcelImExportObserver - Interface in eu.wiegandt.nicklas.simpleexcelimexporter
-
A observer to receive the errors, warnings and progress updates during the
im-/export.
- ExcelImExportWarningTypes - Enum in eu.wiegandt.nicklas.simpleexcelimexporter.exceptions
-
A enumeration whit the possible warning types.
- ExcelImporter - Class in eu.wiegandt.nicklas.simpleexcelimexporter
-
The Excel Importer.
- ExcelImporter(String) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.ExcelImporter
-
- ExcelImporter(Path) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.ExcelImporter
-
- ExcelTable - Annotation Type in eu.wiegandt.nicklas.simpleexcelimexporter.annotations
-
A annotation to mark a class as a data class for excel im- and export.
- ExcelTableManager - Class in eu.wiegandt.nicklas.simpleexcelimexporter
-
A Class to manage a class which is annotated with
ExcelTable.
- ExcelTableManager(Class<? extends DataClass>) - Constructor for class eu.wiegandt.nicklas.simpleexcelimexporter.ExcelTableManager
-
A constructor which calls some methods to check if the given class is
valid for im-/exporting.
- exportToExcel(Collection<String>, String) - Method in class eu.wiegandt.nicklas.simpleexcelimexporter.ExcelExporter
-
- exportToExcel(Collection<String>, Path) - Method in class eu.wiegandt.nicklas.simpleexcelimexporter.ExcelExporter
-
Exports the tables with the given tables names into a excel file to the
given path.