Module helpers

Source
Expand description

Public helper utilities

Structs§

CellGetter
Cell Getter - Utility to make it easier to retrieve a Cell from a Row object.
ColumnMapper
Column Mapper - Utility to generate the name <-> id mappings for columns in a sheet.
RowFinder
Row Finder: Find row(s) in an array of Rows 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§

ColumnIdToName
ColumnNameToCell
ColumnNameToId
Define type aliases for the column mappings so that we can DRY.