Draw Timeline while rendering Excel to PDF

How to Draw Timeline while rendering Excel to PDF Using Aspose.Cells for Python Excel Library

If you have an Excel file which has timeline applied to it and you want to export the Excel to PDF with the timeline settings, Aspose.Cells for Python via .NET now supports this by default. You simply export the Excel file with timeline to PDF, the generated PDF will show the timeline applied.

The following sample code loads the sample Excel file that contains an existing timeline. It then saves the workbook as output PDF file. The following screenshot compares the source Excel file and the generated PDF file.

Sample Code