Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- create(DataContextProperties, ResourceFactoryRegistry) - Method in class org.apache.metamodel.excel.ExcelDataContextFactory
D
- decorateIdentity(List<Object>) - Method in class org.apache.metamodel.excel.ExcelConfiguration
- DEFAULT_COLUMN_NAME_LINE - Static variable in class org.apache.metamodel.excel.ExcelConfiguration
- DEFAULT_NUMBERS_OF_LINES_TO_SCAN - Static variable in class org.apache.metamodel.excel.ExcelConfiguration
E
- ExcelConfiguration - Class in org.apache.metamodel.excel
-
Represents the configuration for reading/parsing Excel spreadsheets.
- ExcelConfiguration() - Constructor for class org.apache.metamodel.excel.ExcelConfiguration
- ExcelConfiguration(int, boolean, boolean) - Constructor for class org.apache.metamodel.excel.ExcelConfiguration
- ExcelConfiguration(int, ColumnNamingStrategy, boolean, boolean) - Constructor for class org.apache.metamodel.excel.ExcelConfiguration
- ExcelConfiguration(int, ColumnNamingStrategy, boolean, boolean, boolean, int) - Constructor for class org.apache.metamodel.excel.ExcelConfiguration
- ExcelDataContext - Class in org.apache.metamodel.excel
-
DataContextimplementation to use for Excel spreadsheets. - ExcelDataContext(File) - Constructor for class org.apache.metamodel.excel.ExcelDataContext
-
Constructs an Excel DataContext based on a file, with default configuration
- ExcelDataContext(File, ExcelConfiguration) - Constructor for class org.apache.metamodel.excel.ExcelDataContext
-
Constructs an Excel DataContext based on a resource and a custom configuration.
- ExcelDataContext(Resource, ExcelConfiguration) - Constructor for class org.apache.metamodel.excel.ExcelDataContext
- ExcelDataContextFactory - Class in org.apache.metamodel.excel
- ExcelDataContextFactory() - Constructor for class org.apache.metamodel.excel.ExcelDataContextFactory
- executeUpdate(UpdateScript) - Method in class org.apache.metamodel.excel.ExcelDataContext
G
- getColumnNameLineNumber() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
The line number (1 based) from which to get the names of the columns.
- getColumnNamingStrategy() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
Gets a
ColumnNamingStrategyto use if needed. - getConfiguration() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
Gets the Excel configuration used.
- getMainSchema() - Method in class org.apache.metamodel.excel.ExcelDataContext
- getMainSchemaName() - Method in class org.apache.metamodel.excel.ExcelDataContext
- getNumberOfLinesToScan() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
The number of lines to scan when detecting the column types
- getResource() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
Gets the Excel resource being read
- getSpreadsheetReaderDelegateClass() - Method in class org.apache.metamodel.excel.ExcelDataContext
-
Convenient method for testing and inspecting internal state.
- getType() - Method in class org.apache.metamodel.excel.ExcelDataContextFactory
I
- isDetectColumnTypes() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
Defines if columns in the excel spreadsheet should be detected on data types while reading the spreadsheet.
- isSkipEmptyColumns() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
Defines if empty columns in the excel spreadsheet should be skipped while reading the spreadsheet.
- isSkipEmptyLines() - Method in class org.apache.metamodel.excel.ExcelConfiguration
-
Defines if empty lines in the excel spreadsheet should be skipped while reading the spreadsheet.
M
- materializeMainSchemaTable(Table, List<Column>, int) - Method in class org.apache.metamodel.excel.ExcelDataContext
N
- NO_COLUMN_NAME_LINE - Static variable in class org.apache.metamodel.excel.ExcelConfiguration
- notifyTablesModified() - Method in class org.apache.metamodel.excel.ExcelDataContext
O
- onSchemaCacheRefreshed() - Method in class org.apache.metamodel.excel.ExcelDataContext
- org.apache.metamodel.excel - package org.apache.metamodel.excel
-
Module package for MS Excel spreadsheet files
T
- toString() - Method in class org.apache.metamodel.excel.ExcelConfiguration
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form