Module merge

Source
Expand description

The module contains a set of methods to merge cells together via Spans.

Structsยง

Merge
Merge to combine duplicates together, using Span.
MergeDuplicatesHorizontal
A modificator for Table which looks up for duplicates in rows and in case of duplicate merges the cells together using Span.
MergeDuplicatesVertical
A modificator for Table which looks up for duplicates in columns and in case of duplicate merges the cells together using Span.