Support for XAdES Signature

Contents
[ ]

Aspose.Cells provides support for signing workbooks with XAdES signatures. For this, the API provides the DigitalSignature class and the XAdESType enumeration.

The following code snippet demonstrates the use of the DigitalSignature class to sign the source workbook (sourceFile.xlsx).

Sample Code