AbstractObjectHandler<T> |
|
AbstractRow |
Ancestor for row objects.
|
CellView |
Wrapper for a cell.
|
DataRowView |
Provides a view to a data row.
|
DefaultSpreadSheet |
Represents a generic spreadsheet object.
|
DenseDataRow |
A row for dense data representation.
|
DenseFloatDataRow |
A row for dense data representation, using floats internally.
|
DoubleCell |
Represents a single cell.
|
FloatCell |
Represents a single cell.
|
HeaderRow |
Represents a header row.
|
JsonObjectHandler |
Handler for JSON.
|
LookUpHelper |
Helper class for LookUp related stuff.
|
MetaData |
Simple meta-data storage.
|
RowComparator |
For comparing rows.
|
RowIdentifier |
Uses a range of columns to identify rows.
|
SheetIndex |
Extended Index class that can use a sheet name to determine an
index of a sheet as well.
|
SheetRange |
Extended Range class that also allows sheet names for specifying
sheet positions (names are case-insensitive, just like placeholders for
'first', 'second', etc).
|
SparseDataRow |
Represents a data row with sparse data.
|
SparseFloatDataRow |
Represents a data row with sparse data, using floats internally for
representing the cells.
|
SpreadSheetColumnIndex |
Extended Index class that can use a column name to determine an
index of a column as well.
|
SpreadSheetColumnRange |
Extended Range class that also allows column names for specifying
column positions (names are case-insensitive, just like placeholders for
'first', 'second', etc).
|
SpreadSheetHelper |
A helper class for spreadsheet operations.
|
SpreadSheetRowIndex |
Extended Index class for SpreadSheet objects.
|
SpreadSheetRowRange |
Extended Range class for SpreadSheet objects.
|
SpreadSheetUnorderedColumnRange |
Extended UnorderedRange class that also allows column names for specifying
column positions (names are case-insensitive, just like placeholders for
'first', 'second', etc).
|
SpreadSheetUnorderedRowRange |
|
SpreadSheetUtils |
Helper class for spreadsheet related functionality.
|
SpreadSheetView |
Provides a view of another spreadsheet.
|
StringObjectHandler |
Dummy handler for strings.
|