ExcelTable
can't used as a type.ExcelImporter.ExcelImporter(Path) instead.ExcelTable.IllegalStateExceptions if the class is not valid.ExcelTable
If a mapping file is listed it must exist.
The listed DataController must be able to handle the
class.
The class must contain a setter method for every importable field (a
field with ExcelField.importable() == true).
The class must contain a getter method for every exportable field (a
field with ExcelField.exportable() == true).
The setter methods must look like this:public void set[FieldName]([Type] ...) public [Type] get[FieldName]ExcelExporter.exportToExcel(Collection, Path) instead.ExcelField with the given field name.ExcelField with the given name exists for the
dataclass of this manager.AbstractExcelImExporter.loadMapping(Path) instead.Copyright © 2019. All rights reserved.