When I use the insertCutCells method exactly as outlined here and I provide the ShiftType.NONE option, I always get the error:
com.aspose.cells.CellsException: Invalid shift option.
I want to do a cut, but not insert t…...snippet: // Assuming 'workbook' is your Workbook object and 'sourceRange'...are defined Cells cells = workbook.getWorksheets().get(0).getCells();...