Rendering Timeline

Possible Usage Scenarios

Aspose.Cells for Python via .NET supports rendering timeline shapes without using Office 2013, Office 2016, Office 2019, or Office 365. If you convert your worksheet into an image or save your workbook to PDF or HTML formats, you will see that timelines are rendered properly.

How to Render Timeline Using Aspose.Cells for Python Excel Library

The following sample code loads the sample Excel file that contains an existing timeline. It gets the shape object according to the name of the timeline and then renders it into a picture through the Shape.to_image() method. The following image is the output image that shows the rendered timeline. As you can see, the timeline has been rendered properly and it looks the same as in the sample Excel file.

todo:image_alt_text

Sample Code