/group-cells

Reorder the CSV rows so their adjacent same-content cells be merged

Primary LanguageErlangOtherNOASSERTION

Reorder the CSV rows so the cells with the same content are adjacent and
thus can be easily merged.

Uses a brute force, ad hoc algorithm.