public class ExcelConfig extends Config
| Constructor and Description |
|---|
ExcelConfig(DataService dataService,
String configId,
Map<String,String> properties,
boolean odataEnable) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ODataDataHandler |
createODataHandler() |
org.apache.poi.ss.usermodel.Workbook |
createWorkbook() |
String |
getExcelDataSourcePath() |
boolean |
isActive() |
boolean |
isResultSetFieldsCaseSensitive() |
getConfigId, getDataService, getProperties, getProperty, getType, isODataEnabled, toStringpublic ExcelConfig(DataService dataService, String configId, Map<String,String> properties, boolean odataEnable)
public String getExcelDataSourcePath()
public org.apache.poi.ss.usermodel.Workbook createWorkbook()
throws IOException,
org.apache.poi.openxml4j.exceptions.InvalidFormatException,
DataServiceFault
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionDataServiceFaultpublic ODataDataHandler createODataHandler() throws ODataServiceFault
createODataHandler in class ConfigODataServiceFaultpublic boolean isResultSetFieldsCaseSensitive()
isResultSetFieldsCaseSensitive in class ConfigCopyright © 2019 WSO2. All rights reserved.