Add Signature Line to the Worksheet

Introduction

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

How to Add Signature Line to Worksheet

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

todo:image_alt_text

Sample Code