Currently if we use cell.CellRight(), we can traverse the cells as if they were unmerged. This is fine. However, this imposes strict requirements on file structure of my users. If they choose to merge multiple cells then I have to change code so I am jumping over cells to account for merging. ClosedXML provides a way to know if a cell is merged (IsMerged()), however there is no way to find out which merged range current cell belongs to.
I think this would a nice feature to have. Either this, or traverse cells in a way so that it automatically skips remaining cells in merged range.
I think this would a nice feature to have. Either this, or traverse cells in a way so that it automatically skips remaining cells in merged range.