public abstract class AbstractSheetReader<T> extends Object implements SheetReader<T>
| Modifier and Type | Field and Description |
|---|---|
protected Config |
config |
protected org.apache.poi.ss.usermodel.Sheet |
sheet |
protected CellPosition |
startPoint |
| Constructor and Description |
|---|
AbstractSheetReader(org.apache.poi.ss.usermodel.Sheet sheet,
Config config,
CellPosition startPoint) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(int i) |
Iterator<T> |
iterator() |
protected T |
newInstance(Class classType) |
protected void |
setValue(String str,
Field field,
Object o)
set value into object
|
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorprotected org.apache.poi.ss.usermodel.Sheet sheet
protected Config config
protected CellPosition startPoint
public AbstractSheetReader(org.apache.poi.ss.usermodel.Sheet sheet,
Config config,
CellPosition startPoint)
public T get(int i)
get in interface SheetReader<T>protected void setValue(String str, Field field, Object o) throws ParseException
ParseExceptionpublic int size()
size in interface SheetReader<T>Copyright © 2019. All rights reserved.