| Package | Description |
|---|---|
| nl.bstoi.poiparser.core.strategy | |
| nl.bstoi.poiparser.core.strategy.annotation |
| Modifier and Type | Method and Description |
|---|---|
abstract List<T> |
AbstractPoiFileParser.readExcelFile(File excelFile,
String sheetName,
Class<T> clazz) |
abstract List<T> |
AbstractPoiFileParser.readExcelFile(File excelFile,
String sheetName,
Class<T> clazz,
int startRow)
Read a excel file from start row to last row.
|
abstract List<T> |
AbstractPoiFileParser.readExcelFile(File excelFile,
String sheetName,
Class<T> clazz,
int startRow,
int endRow)
Read a excel file from start row to end row
|
abstract List<T> |
AbstractPoiFileParser.readExcelFile(InputStream inputStream,
String sheetName,
Class<T> clazz) |
abstract List<T> |
AbstractPoiFileParser.readExcelFile(InputStream inputStream,
String sheetName,
Class<T> clazz,
int startRow)
Read a excel file input stream from given start row until last row
|
abstract List<T> |
AbstractPoiFileParser.readExcelFile(InputStream inputStream,
String sheetName,
Class<T> clazz,
int startRow,
int endRow)
Read a excel file inputstream start row to end row
|
protected void |
AbstractPoiFileParser.readField(String sheetName,
org.apache.poi.ss.usermodel.Row row,
T rowDimension,
String fieldName)
Read a specific field and fill it with the value in the excel
|
protected T |
AbstractPoiFileParser.readRow(String sheetName,
org.apache.poi.ss.usermodel.Row row,
T rowDimension)
Read a excel row and convert the selected field into a row dimension
|
protected List<T> |
AbstractPoiFileParser.readSheet(org.apache.poi.ss.usermodel.Sheet sheet,
Class<T> clazz)
Read Excel sheet.
|
protected List<T> |
AbstractPoiFileParser.readSheet(org.apache.poi.ss.usermodel.Sheet sheet,
Class<T> clazz,
int startRow) |
protected List<T> |
AbstractPoiFileParser.readSheet(org.apache.poi.ss.usermodel.Sheet sheet,
Class<T> clazz,
int startRow,
int endRow) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
AnnotatedPoiFileParser.readExcelFile(File excelFile,
String sheetName,
Class<T> clazz) |
List<T> |
AnnotatedPoiFileParser.readExcelFile(File excelFile,
String sheetName,
Class<T> clazz,
int startRow) |
List<T> |
AnnotatedPoiFileParser.readExcelFile(File excelFile,
String sheetName,
Class<T> clazz,
int startRow,
int endRow) |
List<T> |
AnnotatedPoiFileParser.readExcelFile(InputStream inputStream,
String sheetName,
Class<T> clazz) |
List<T> |
AnnotatedPoiFileParser.readExcelFile(InputStream inputStream,
String sheetName,
Class<T> clazz,
int startRow) |
List<T> |
AnnotatedPoiFileParser.readExcelFile(InputStream inputStream,
String sheetName,
Class<T> clazz,
int startRow,
int endRow) |
Copyright © 2011-2012 BSTOI.NL. All Rights Reserved.