Class AnnotatedReadPoiParser<T>
java.lang.Object
nl.bstoi.poiparser.core.strategy.AbstractReadPoiParser
nl.bstoi.poiparser.core.strategy.annotation.AnnotatedReadPoiParser<T>
- All Implemented Interfaces:
ReadPoiParser<T>
User: Hylke Stapersma
E-mail:[ hylke.stapersma@gmail.com]
Date: 23-06-13
Time: 18:11
-
Constructor Summary
ConstructorsConstructorDescriptionAnnotatedReadPoiParser(Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, Class<T> clazz) -
Method Summary
Methods inherited from class nl.bstoi.poiparser.core.strategy.AbstractReadPoiParser
getCellDescriptors, getSheet, ignoreRow, isEmptyRow, isEmptyValue, readField, readRow, readSheet, readSheet, setIgnoreFirstRow
-
Constructor Details
-
AnnotatedReadPoiParser
public AnnotatedReadPoiParser(Set<CellDescriptor> cellDescriptors, org.apache.poi.ss.usermodel.Sheet sheet, Class<T> clazz)
-
-
Method Details
-
read
- Specified by:
readin interfaceReadPoiParser<T>- Throws:
PoiParserException
-
read
- Specified by:
readin interfaceReadPoiParser<T>- Throws:
PoiParserException
-
read
- Specified by:
readin interfaceReadPoiParser<T>- Throws:
PoiParserException
-