Package io.goobi.viewer.model.export


package io.goobi.viewer.model.export
Provides export functionality for viewer records, supporting formats such as Excel (XLSX) and RIS, including field configuration for controlling which metadata columns are exported.
  • Classes
    Class
    Description
    Holds an Apache POI streaming workbook and provides a method to write its content to an output stream.
    Holds the configuration for a single field in a data export, combining the Solr field name with an optional human-readable display label that falls back to the field name when not set.
    Describes one configurable XSLT-based search export format as defined in config_viewer.xml under <search><export><format>.
    Exports search results in RIS (Research Information Systems) format.
    Serialises a SolrDocumentList into Solr-style XML that can be consumed directly or fed into an XSLT transformation pipeline.
    Applies a configurable XSLT stylesheet to Solr search results serialised as XML, producing output in formats such as RIS, Endnote XML, BibTeX, or any other XSLT-derivable format.