public interface EMFFormsSpreadsheetStreamImporter
Modifier and Type | Field and Description |
---|---|
static EMFFormsSpreadsheetStreamImporter |
INSTANCE
Singleton to get access to the importer.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetImportResult |
importSpreadsheet(InputStream inputStream,
org.eclipse.emf.ecore.EClass eClass)
Starts the import from an Spreadsheet document.
|
static final EMFFormsSpreadsheetStreamImporter INSTANCE
SpreadsheetImportResult importSpreadsheet(InputStream inputStream, org.eclipse.emf.ecore.EClass eClass)
inputStream
- The InputStream to read from.eClass
- The EClass
of the stored objectsnull
if no workbook can be created from the stream.Copyright © 2016. All rights reserved.