- getColumnCount(int) - Method in class com.exponam.api.reader.Reader
-
The number of columns contained in a worksheet.
- getColumnName(int, int) - Method in class com.exponam.api.reader.Reader
-
The name of a given column in a worksheet.
- getColumnType(int, int) - Method in class com.exponam.api.reader.Reader
-
The type of data held in a given column in a worksheet.
- getRowCount(int) - Method in class com.exponam.api.reader.Reader
-
The number of rows contained in a worksheet.
- getRowValues(int, int, int, int[], Type[], BiConsumer<Integer, Object[]>) - Method in class com.exponam.api.reader.Reader
-
This method is recommended for reading large numbers of row-wise data.
- getValue(int, int, int, Type) - Method in class com.exponam.api.reader.Reader
-
A data value held within a .BIG file, at the intersection of a worksheet index,
row index, and column index, returned as an instance of desiredClass.
- getWorksheetCount() - Method in class com.exponam.api.reader.Reader
-
The number of worksheets contained in the file.
- getWorksheetName(int) - Method in class com.exponam.api.reader.Reader
-
The name given for a specific worksheet.