Class AnnotationSheetWriter
java.lang.Object
io.goobi.viewer.model.annotation.export.AnnotationSheetWriter
- Author:
- florian
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createExcelSheet
(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
-annotations
-- Throws:
IOException
-