Interface EMFFormsSpreadsheetExporter

  • All Known Implementing Classes:
    EMFFormsSpreadsheetExporterImpl

    public interface EMFFormsSpreadsheetExporter
    Entry point for triggering the rendering to an Spreadsheet document.
    Author:
    Eugen Neufeld
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.poi.ss.usermodel.Workbook render​(java.util.Collection<? extends org.eclipse.emf.ecore.EObject> domainObjects, org.eclipse.emf.ecore.EObject viewEobject, VViewModelProperties properties)
      Starts the rendering to the Spreadsheet document.
    • Method Detail

      • render

        org.apache.poi.ss.usermodel.Workbook render​(java.util.Collection<? extends org.eclipse.emf.ecore.EObject> domainObjects,
                                                    org.eclipse.emf.ecore.EObject viewEobject,
                                                    VViewModelProperties properties)
        Starts the rendering to the Spreadsheet document.
        Parameters:
        domainObjects - The collection of EObject containing the data to export
        viewEobject - the eObject which will be used to determine the view model
        properties - the properties which will be used to determine the view model
        Returns:
        The created Workbook