Package | Description |
---|---|
org.apache.metamodel |
Root package for MetaModel
|
org.apache.metamodel.excel |
Module package for MS Excel spreadsheet files
|
Modifier and Type | Method and Description |
---|---|
static UpdateableDataContext |
DataContextFactory.createExcelDataContext(File file,
ExcelConfiguration configuration)
Creates a DataContet based on an Excel spreadsheet file
|
Modifier and Type | Method and Description |
---|---|
ExcelConfiguration |
ExcelDataContext.getConfiguration()
Gets the Excel configuration used.
|
Constructor and Description |
---|
ExcelDataContext(File file,
ExcelConfiguration configuration)
Constructs an Excel DataContext based on a resource and a custom
configuration.
|
ExcelDataContext(Resource resource,
ExcelConfiguration configuration) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.