public interface ReadPoiParser<T>
| 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) |
java.util.List<T> read() throws PoiParserException
PoiParserExceptionjava.util.List<T> read(int startRow) throws PoiParserException
PoiParserExceptionjava.util.List<T> read(int startRow, int endRow) throws PoiParserException
PoiParserExceptionCopyright © 2011-2020 BSTOI.NL. All Rights Reserved.