Layout altered after apose cells upgrade to 20.5

Hi Aspose Team,

We recently upgraded the aspose-cells plugin version from 20.3 to 20.5 and we encountered layout alterations issues for few of the cases. One of the case is previously the data was being populated in a single page and now this gets bleed to next page. Attached are the screenshots showing details. Would you please check from your end as well?

We are hiding all the sheets with _ and Staging and saving only the Display one as PDF
Code for saving as PDF: doc.save(bOutputStream, com.aspose.words.SaveFormat.PDF);

Thanks,
Harish
aspose.zip (187.4 KB)

@HThagunna,

You screenshots do not match with the data in the Excel file you attached. It looks like either you are importing/filling data dynamically from some source or using different file. To evaluate your issue precisely on our end, we need your final input Excel file (you may even save the XLS file before rendering to PDF file) that can be used to render the PDF file. Alternatively, you may create a sample console demo application (runnable) if you are creating the workbook from scratch, zip the project to provide us, we will check it soon. Also provide two output files one with 20.3 and other with 20.5.

Thanks for the reply.

We further checked our issue and found that the alterations is due to the change in the spreadsheet itself. This has been corrected now.

Sorry for the inconvenience caused.

Thanks,
Harish

@HThagunna,
We are glad to know that your issue is resolved. Feel free to write us back if you have any other query related to Aspose.Cells.