Class XLSExporterPlugin

java.lang.Object
io.vertigo.quarto.plugins.exporter.xls.XLSExporterPlugin
All Implemented Interfaces:
io.vertigo.core.node.component.CoreComponent, io.vertigo.core.node.component.Plugin, ExporterPlugin

@Deprecated public final class XLSExporterPlugin extends Object implements ExporterPlugin
Deprecated.
user XLSX exporter plugin instead Plugin d'export Excel.
Author:
pchretien, npiedeloup
  • Constructor Details

    • XLSExporterPlugin

      @Inject public XLSExporterPlugin(io.vertigo.datastore.entitystore.EntityStoreManager entityStoreManager, io.vertigo.datamodel.smarttype.SmartTypeManager smartTypeManager)
      Deprecated.
  • Method Details

    • exportData

      public void exportData(Export export, OutputStream out) throws IOException
      Deprecated.
      Réalise l'export des données de contenu.
      Specified by:
      exportData in interface ExporterPlugin
      Parameters:
      export - paramètres de cet export
      out - Le flux d'écriture des données exportées.
      Throws:
      IOException
    • accept

      public boolean accept(ExportFormat exportFormat)
      Deprecated.
      Type de Format accepté à l'export
      Specified by:
      accept in interface ExporterPlugin
      Returns:
      si le format précisé est pris en compte par le plugin