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