Package idare.imagenode.Interfaces.DataSetReaders.WorkBook
This package contains the Interfaces necessary for DataSet parsing. IDARE assumes, that it obtains Workbooks ordered in columns and rows.
Thus any Parser needs to provide a Workbook that can be interpreted by IDARE.
- Author:
- Thomas Pfau
-
Interface Summary Interface Description IDARECell A general class of cells in a Workbook used for IDARE.IDARERow AnIDARERow
is a row in a data sheet.IDARESheet AnIDARESheet
is a sheet containing multiple rows (i.e.IDAREWorkbook AnIDAREWorkbook
contains one or multiple sets of data in individualIDARESheet
s -
Enum Summary Enum Description IDARECell.CellType Different Types of Cells that can be available.