epplusMerge CellsIntroduction# How to merge cells Merging cells //By range address worksheet.Cells["A1:B5"].Merge = true; //By indexes worksheet.Cells[1,1,5,2].Merge = true;← Importing data from existing filePivot Table →