On attached file- formatting is lost- squished to half page

With the attached file the output has the content squished to the left side of the page- disregarding formatting, and different than the excel print preview.

Hi,

Thanks for your posting and using Aspose.Cells.

Please download and try the following latest version:

Aspose.Cells for .NET v17.4.5 (.NET 2.0) compiled in .NET Framework 2.0.
Aspose.Cells for .NET v17.4.5 (.NET 4.0) compiled in .NET Framework 4.0.

It should fix your issue. Let us know your feedback.

We have tested your issue with the latest version using the following code and found that output PDF is good. I have attached the output PDF and screenshot for your reference.

C#
Workbook wb = new Workbook("RW-27089.XLSX");
wb.Save("output.pdf");