Hello,
I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6.
Currently I am using below code for conversion:
final PageSetup pgSetup = curSheet.getPageSetup();
if (pgSetup != null && …...OnePagePerSheet property is set to true, only one PDF page will be exported...of one sheet will output to only one // page in result. The paper...