Hi there,
I am using Aspose.Cells version 23.5.0.
I want to create a method which cut whole rows and insert them above a specific row index. For that I am using the InsertCutCells method.
private void MoveRows(Works…...xlShiftDown); In the attached zip file I have the input.xlsx, output...move-rows-example.zip (31.7 KB) Where startRow = 7, endRow = 11,...