C# API to digital signature cloud Microsoft Excel and OpenOffice Calc spreadsheet with password and digital signature file
C# library to digital signature cloud Microsoft Excel and OpenOffice Calc spreadsheet with password and digital signature file
Digital signature cloud Microsoft Excel and OpenOffice Calc spreadsheet with password - C# REST API
API Request:
POST
https://api.aspose.cloud/v3.0/cells/{name}/digitalsignature
Digitaling signature a cloud spreadsheet with a password and digital signature file is a complex task. Digital signature a cloud spreadsheet with password and digital signature file transitions is performed by our C# SDK while maintaining the source spreadsheet's main structural and logical content. Our C# library is a professional solution to digital signature cloud spreadsheets with a password and digital signature file online. This Cloud SDK gives C# developers powerful functionality and perfect API.
CPP code for digital signature cloud spreadsheets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For complete examples and data files, please go to https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/ | |
namespace Aspose.Cells.Cloud.SDK.Example | |
{ | |
using Aspose.Cells.Cloud.SDK.Api; | |
using Aspose.Cells.Cloud.SDK.Request; | |
using System; | |
using System.Collections.Generic; | |
public partial class CellsApiExample | |
{ | |
public void PostDigitalSignatureExample() | |
{ | |
CellsApi cellsApi = new CellsApi(Environment.GetEnvironmentVariable("CellsCloudTestClientId"), Environment.GetEnvironmentVariable("CellsCloudTestClientSecret")); | |
PostDigitalSignatureRequest request = new PostDigitalSignatureRequest { name = "Book1.xlsx", digitalsignaturefile = "DigitalSignature.pfx", password = "123456", folder = "TestData/In" }; | |
cellsApi.PostDigitalSignature(request); | |
} | |
} | |
} | |
How to use C# API to digital signature
- Create an account at Dashboard to get free API quota & authorization details
- Initialize CellsApi with Client Id, Client Secret, Base URL & API version
- Call CellsWorkbookPostDigitalSignature method to get the resultant stream
System Requirements
- NET Framework 4.5.2 or newer
- Net Standard 2.0 or newer