Hello,
I am using the aspose-cells version 25.6. Below is the code I am using,
ImageOrPrintOptions printOption = new ImageOrPrintOptions();
printOption.setPrintingPage(PrintingPageType.DEFAULT);
cas = curSheet.getPri…...columns on one page ps.setFitToPagesTall(1); // all rows on one page...