Interface EMFFormsSpreadsheetImporter

  • All Known Implementing Classes:
    EMFFormsSpreadsheetImporterImpl

    public interface EMFFormsSpreadsheetImporter
    Entry point for triggering the import from an Spreadsheet document.
    Author:
    Eugen Neufeld
    • Method Detail

      • importSpreadsheet

        SpreadsheetImportResult importSpreadsheet​(org.apache.poi.ss.usermodel.Workbook workbook,
                                                  org.eclipse.emf.ecore.EClass eClass)
        Starts the import from an Spreadsheet document.
        Parameters:
        workbook - The Workbook to read from.
        eClass - The EClass of the stored objects
        Returns:
        The result containing the collection of all read objects and the collected errors.