| Package | Description |
|---|---|
| idare.imagenode.Interfaces.DataSetReaders.WorkBook |
This package contains the Interfaces necessary for DataSet parsing.
|
| idare.imagenode.Interfaces.DataSetReaders.WorkBook.BasicImplementation |
This package contains a basic implementation of an
IDAREWorkbook compatible with the IDARE Interface. |
| idare.imagenode.internal.DataSetReaders.POIReader |
This package contains a wrapper to wrap POI
Workbooks to IDAREWorkbooks |
| Modifier and Type | Method and Description |
|---|---|
IDARERow |
IDARESheet.getRow(int arg0)
Get the Row with the provided row index
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARERow> |
IDARESheet.rowIterator()
Get an Iterator over all rows in this Sheet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicIDARERow
A simple implementation of an
IDARERow |
| Modifier and Type | Method and Description |
|---|---|
IDARERow |
BasicIDARESheet.getRow(int arg0) |
IDARERow |
IDARERowIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARERow> |
BasicIDARESheet.iterator() |
Iterator<IDARERow> |
BasicIDARESheet.rowIterator() |
| Constructor and Description |
|---|
IDARERowIterator(Iterator<? extends IDARERow> source) |
| Modifier and Type | Class and Description |
|---|---|
class |
POIRow |
| Modifier and Type | Method and Description |
|---|---|
IDARERow |
POISheet.getRow(int arg0) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<IDARERow> |
POISheet.iterator() |
Iterator<IDARERow> |
POISheet.rowIterator() |
Copyright © 2018. All rights reserved.