public class AnnotatedReadPoiParser<T> extends AbstractReadPoiParser implements ReadPoiParser<T>
| Constructor and Description |
|---|
AnnotatedReadPoiParser(Set<CellDescriptor> cellDescriptors,
org.apache.poi.ss.usermodel.Sheet sheet,
Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
read() |
List<T> |
read(int startRow) |
List<T> |
read(int startRow,
int endRow) |
getCellDescriptors, getSheet, ignoreRow, isEmptyRow, isEmptyValue, readField, readRow, readSheet, readSheet, setIgnoreFirstRowpublic AnnotatedReadPoiParser(Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, Class<T> clazz)
public List<T> read() throws PoiParserException
read in interface ReadPoiParser<T>PoiParserExceptionpublic List<T> read(int startRow) throws PoiParserException
read in interface ReadPoiParser<T>PoiParserExceptionpublic List<T> read(int startRow, int endRow) throws PoiParserException
read in interface ReadPoiParser<T>PoiParserExceptionCopyright © 2011-2015 BSTOI.NL. All Rights Reserved.