Expand description
Public helper utilities
Structs§
- Cell
Getter - Cell Getter - Utility to make it easier to retrieve a
Cell
from aRow
object. - Column
Mapper - Column Mapper - Utility to generate the
name
<->id
mappings for columns in a sheet. - RowFinder
- Row Finder: Find row(s) in an array of
Row
s that match a pre-defined condition. - RowGetter
- Row Getter - Utility to make it easier to find and retrieve row(s)
in an array of
Row
objects, based on a predicate or a pre-defined filter condition.
Enums§
- Comp
- Enum which represents a Comparison operator or a Search Criteria
Type Aliases§
- Column
IdTo Name - Column
Name ToCell - Column
Name ToId - Define type aliases for the column mappings so that we can DRY.