Parser Interface
ParserInterface
The interface definition for all the table parser.
parserInterface.parse(sheetName, importer) ⇒ object
Parses the sheet with the given name und uses the given importer to access the data.
Kind: instance method of ParserInterface
Returns: object - tableModel The created table model
| Param | Type | Description |
|---|---|---|
| sheetName | string | The name of the sheet |
| importer | object | The importer |