Aspose::Cells::Workbook::AddDigitalSignature method

Workbook::AddDigitalSignature method

Adds digital signature to an OOXML spreadsheet file (Excel2007 and later).

void Aspose::Cells::Workbook::AddDigitalSignature(const DigitalSignatureCollection &digitalSignatureCollection)
ParameterTypeDescription
digitalSignatureCollectionconst DigitalSignatureCollection&

Remarks

Only support adding Xmldsig Digital Signature to an OOXML spreadsheet file

See Also