| Constructor and Description |
|---|
ExcelSheetRow(org.apache.poi.ss.usermodel.Row row,
int firstIndex,
int lastIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(int index)
Returns cell value at given index (starting at 0 up to size - 1)
|
static String |
getRowCellAsString(org.apache.poi.ss.usermodel.Cell cell,
int index) |
boolean |
isConsistent()
CSV rows can be inconsistent, this method says if the row is consistent.
|
int |
size()
Cell count in the row
|
public ExcelSheetRow(org.apache.poi.ss.usermodel.Row row,
int firstIndex,
int lastIndex)
public boolean isConsistent()
SheetRowisConsistent in interface SheetRowpublic String get(int index)
SheetRowpublic int size()
SheetRowpublic static String getRowCellAsString(org.apache.poi.ss.usermodel.Cell cell, int index)
Copyright © 2007–2017. All rights reserved.