eSign Spreadsheet with Metadata signature
Leave feedback
On this page
Overview
GroupDocs.Signature provides SpreadsheetMetadataSignature class to specify different Metadata signature objects for MetadataSignOptions instance to sign Spreadsheet document files.
Spreadsheet document metadata is hidden attributes, some of them are visible only over viewing standard document properties like Author, Creation Date, Producer, Entry, Keywords etc. Spreadsheet document metadata contains pair of Name and Value, Name should be unique within the document. Spreadsheet document metadata could keep big amount of data that allows provides ability to keep serialized custom objects with additional encryption in there.
Here are the steps to add metadata signatures into Spreadsheet document with GroupDocs.Signature:
Create new instance of Signature class and pass source document path as a constructor parameter.