Interface EMFFormsSpreadsheetStreamImporter

  • All Known Implementing Classes:
    EMFFormsSpreadsheetStreamImporterImpl

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

      • importSpreadsheet

        SpreadsheetImportResult importSpreadsheet​(java.io.InputStream inputStream,
                                                  org.eclipse.emf.ecore.EClass eClass)
        Starts the import from an Spreadsheet document.
        Parameters:
        inputStream - The InputStream to read from.
        eClass - The EClass of the stored objects
        Returns:
        The result containing the collection of all read objects and the collected errors. This may be null if no workbook can be created from the stream.