public interface IDARESheet extends Iterable<IDARERow>
IDARESheet
is a sheet containing multiple rows (i.e. entries for individual items) present in a given workbook.
It commonly represents a unit such as all data from one experiment or one condition.Modifier and Type | Method and Description |
---|---|
int |
getLastRowNum()
Get the index of the last Row
|
int |
getPhysicalNumberOfRows()
Get the total number of non null rows in this Sheet.
|
IDARERow |
getRow(int arg0)
Get the Row with the provided row index
|
String |
getSheetName()
Get the Name of this Sheet.
|
Iterator<IDARERow> |
rowIterator()
Get an Iterator over all rows in this Sheet.
|
forEach, iterator, spliterator
int getLastRowNum()
int getPhysicalNumberOfRows()
IDARERow getRow(int arg0)
arg0
- the index for which a IDARERow
is requestedString getSheetName()
Copyright © 2018. All rights reserved.