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…...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...get(0); worksheet.getCells().get(0, 2).setValue(1); worksheet.getCells()...