public interface SheetRow
| Modifier and Type | Method and Description |
|---|---|
String |
get(int index)
Returns cell value at given index (starting at 0 up to size - 1)
|
boolean |
isConsistent()
CSV rows can be inconsistent, this method says if the row is consistent.
|
int |
size()
Cell count in the row
|
boolean isConsistent()
int size()
String get(int index)
index - Copyright © 2007–2017. All rights reserved.