Class AnnotationSheetWriter
java.lang.Object
io.goobi.viewer.model.annotation.export.AnnotationSheetWriter
- Author:
- Florian Alpers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateExcelSheet(OutputStream os, List<CrowdsourcingAnnotation> annotations)
-
Field Details
-
UNKNOWN_RESOURCE_TYPE
- See Also:
-
-
Constructor Details
-
AnnotationSheetWriter
public AnnotationSheetWriter()
-
-
Method Details
-
createExcelSheet
public void createExcelSheet(OutputStream os, List<CrowdsourcingAnnotation> annotations) throws IOException - Parameters:
os- output stream to write the Excel workbook toannotations- list of crowdsourcing annotations to export- Throws:
IOException
-