Some content is lost when converting Excel to PDF.
void Main()
{
var workbook = new Aspose.Cells.Workbook(@"C:\Users\54390\Downloads\39d6905354a845a5a72a33aea6a3086b.xlsx");
var so = new Aspose.Cells.PdfSaveOptions();
so.OnePagePerSheet = false;
workbook.Save(@"C:\Users\54390\Downloads\output.pdf", so);
}
Version info:
Aspose.Cells for Net 23.8
The demo file
39d6905354a845a5a72a33aea6a3086b.zip (30.1 KB)
The output file
output.pdf (25.2 KB)