public interface SheetParser extends Closeable, Iterable<SheetRow>
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentRecordNumber()
Returns the current row number when iterating the sheet.
|
Map<String,Integer> |
getHeaderMap()
Returns a map containing header names as keys and their column index as value.
|
forEach, iterator, spliteratorMap<String,Integer> getHeaderMap()
SheetRow.get(int)long getCurrentRecordNumber()
Copyright © 2007–2017. All rights reserved.