ClosedXML.Report icon indicating copy to clipboard operation
ClosedXML.Report copied to clipboard

Merge cells with same value without grouping?

Open ShelestSergey opened this issue 2 years ago • 0 comments

Is there any way to merge cells with same value in column? I have rows such: value1 | 12 | 19.10.2022 value1 | 1 | 12.01.2022 value2 | 7 | 25.08.2022 value2 | 3 | 11.08.2022

I need to merge cells in first Column. Is it possible? Everything I fing is use group tag. But it's more than I need. :)

ShelestSergey avatar Aug 28 '23 19:08 ShelestSergey