set_digital_signature method
set_digital_signature(self, digital_signature_collection)
Sets digital signature to an spreadsheet file (Excel2007 and later).
def set_digital_signature(self, digital_signature_collection):
    ...
| Parameter | Type | Description | 
|---|---|---|
| digital_signature_collection | aspose.cells.digitalsignatures.DigitalSignatureCollection | 
Remarks
Only support adding Xmldsig Digital Signature
See Also
- module 
aspose.cells - class 
Workbook