Decrypt an Excel Workbook

REST API

API Type Description Swagger Link
/cells/{name}/encryption DELETE Decrypt a document DeleteDecryptWorkbook

Query Parameters

Parameter Name Type Description
folder string Folder path of the original workbook.
storageName string Name of the storage where the workbook resides.

Request Body Parameter

Parameter Name Type Description
encryption WorkbookEncryptionRequest Encryption settings required for decryption.

WorkbookEncryptionRequest

Parameter Name Type Description
EncryptionType string Encryption algorithm (XOR, Compatible, EnhancedCryptographicProviderV1, StrongCryptographicProvider).
KeyLength integer Length of the encryption key in bits.
Password string Password used for decryption.

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

You can use cURL to access Aspose.Cells web services easily. The following example shows how to call the Cloud API with cURL.