Expand description
The module contains a set of methods to merge cells together via Span
s.
Structsยง
- Merge
- Merge to combine duplicates together, using
Span
. - Merge
Duplicates Horizontal - A modificator for
Table
which looks up for duplicates in rows and in case of duplicate merges the cells together usingSpan
. - Merge
Duplicates Vertical - A modificator for
Table
which looks up for duplicates in columns and in case of duplicate merges the cells together usingSpan
.