Hi,
Using Aspose Cells for Java, version 25.9.
Sample code:
Workbook workbook = new Workbook("input.xlsx");
Worksheet worksheet = workbook.getWorksheets().get("IT Projections");
Cells cells = worksheet.getCells();
cel…...Change in behavior of Cells#insertColumns starting from 25.6...versions, it seems that this change in behavior was introduced...