EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

Copy Rows/Columns

Open OssianEPPlus opened this issue 1 year ago • 1 comments

Create a ExcelRangeRow.Copy and ExcelRangeColumn.Copy method. So users don't have to rely on ExcelRangeBase.Copy e.g. C# sheet.Cells["4:5"].Copy(sheet.Cells["7:8"]); Also consider if functionality should be added to ExcelRangeBase.Copy so it also copies row height and/or column height.

OssianEPPlus avatar Oct 16 '24 07:10 OssianEPPlus