public interface SheetReader<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addRowPostProcessor(RowPostProcessor<T> rowPostProcessor)
Adds a row post processor.
|
XceliteSheet |
getSheet()
Gets the sheet.
|
Collection<T> |
read()
Reads the sheet and returns a collection of the specified type.
|
void |
removeRowPostProcessor(RowPostProcessor<T> rowPostProcessor)
Removes a row post processor.
|
void |
skipHeaderRow(boolean skipHeaderRow)
Whether to skip the first row or not when reading the sheet.
|
Collection<T> read()
void skipHeaderRow(boolean skipHeaderRow)
skipHeaderRow - true to skip the header row, false otherwiseXceliteSheet getSheet()
void addRowPostProcessor(RowPostProcessor<T> rowPostProcessor)
rowPostProcessor - the post row processor to addvoid removeRowPostProcessor(RowPostProcessor<T> rowPostProcessor)
rowPostProcessor - the post row processor to removeCopyright © 2014. All rights reserved.