public class BeanSheetReader<T> extends SheetReaderAbs<T>
rowPostProcessors, sheet, skipHeader| Constructor and Description |
|---|
BeanSheetReader(XceliteSheet sheet,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
Collection<T> |
read()
Reads the sheet and returns a collection of the specified type.
|
addRowPostProcessor, getSheet, readValueFromCell, removeRowPostProcessor, skipHeaderRowpublic BeanSheetReader(XceliteSheet sheet, Class<T> type)
public Collection<T> read()
SheetReaderCopyright © 2014. All rights reserved.