Add Signature line to the worksheet

Introduction

Aspose.Cells for Python via .NET provides the Picture.signature_line property to add the signature line of the worksheet.

How to Add Signature Line to Worksheet

The following sample code demonstrated how to make use of Picture.signature_line property to add the signature line of the worksheet. The screenshot shows the effect of the sample code on the sample Excel file after execution.

todo:image_alt_text

Sample Code