| 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 |
|---|---|
IDARESheet |
IDAREWorkbook.getSheet(String arg0)
Get the sheet with the specified name
|
IDARESheet |
IDAREWorkbook.getSheetAt(int arg0)
Get the Sheet at the requested position, or null if it does not exist-
|
| Modifier and Type | Method and Description |
|---|---|
int |
IDAREWorkbook.getSheetIndex(IDARESheet arg0)
Get the index of the provided
IDARESheet. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicIDARESheet
This is a basic implementation of a
IDARESheet for convenience. |
| Modifier and Type | Method and Description |
|---|---|
IDARESheet |
BasicIDAREWorkbook.getSheet(String arg0) |
IDARESheet |
BasicIDAREWorkbook.getSheetAt(int arg0) |
| Modifier and Type | Method and Description |
|---|---|
int |
BasicIDAREWorkbook.getSheetIndex(IDARESheet arg0) |
| Modifier and Type | Class and Description |
|---|---|
class |
POISheet |
| Modifier and Type | Method and Description |
|---|---|
IDARESheet |
POIWorkBook.getSheet(String arg0) |
IDARESheet |
POIWorkBook.getSheetAt(int arg0) |
| Modifier and Type | Method and Description |
|---|---|
int |
POIWorkBook.getSheetIndex(IDARESheet arg0) |
Copyright © 2018. All rights reserved.