Interface ExcelTypeSystemService<T extends TypeSystem>
- Type Parameters:
T- represents the hidden TypeSystem sheet, needed to access data kept in TypeSystem's sheet
- All Known Implementing Classes:
ExcelAttributeTypeSystemService,ExcelClassificationTypeSystemService
public interface ExcelTypeSystemService<T extends TypeSystem>
Allows to read the information from the hidden TypeSystem sheet in previously exported Excel file.
-
Method Summary
Modifier and TypeMethodDescriptionloadTypeSystem(org.apache.poi.ss.usermodel.Workbook workbook) reads hidden TypeSystem sheet from givenWorkbookand returns it.
-
Method Details
-
loadTypeSystem
reads hidden TypeSystem sheet from givenWorkbookand returns it.- Parameters:
workbook- should contain hidden TypeSystem- Returns:
- POJO which contains data read from
Workbook's TypeSystem
-