Unprotect the Spreadsheet with password

Applies unprotect Excel spreadsheets with password , supporting both open and modify passwords.

Unprotect Spreadsheet API

PUT http://api.aspose.cloud/v4.0/cells/unprotection/spreadsheet

Request Parameters:

Parameter Name Type Path/Query String/HTTP Body Description
Spreadsheet File FormData Upload the spreadsheet file to be unprotected.
password String Query The encryption password for the spreadsheet file.
modifyPassword String Query The password required to modify the protected file.
outPath String Query (Optional) The folder path where the unprotected workbook will be stored. Defaults to null.
outStorageName String Query Specifies the output file storage name.
region String Query Defines the spreadsheet region settings.

Response

[
    {
        "Name": "ResponseFile",
        "DataType": {
        "Identifier": "File",
        "Reference": "Stream",
        "Name": "file"
        }
    }
]

Error Codes

  • 400 Bad Request: Invalid Apose.Cells Cloud API URI.
  • 401 Unauthorized: Invalid access token. Or invalid client id and secret.
  • 404 Not Found: The spreadsheet file not accessible.
  • 500 Server Error: The spreadsheet has encountered an anomaly in obtaining calculation data.

Where should we use the Delete Spreadsheet Blank Columns API?

When you need to transform data, you can use this API.

Why should you use the Delete Spreadsheet Blank Columns API?

  • Quickly delete all blank columns that do not contain any data or other objects from an Excel spreadsheet.
  • Development can be quickly completed through the existing SDK.

How to Use the Delete Spreadsheet Blank Columns API with SDKs

OpenAPI Specification

The OpenAPI Specification defines a publicly accessible programming interface, enabling you to perform REST interactions directly from a web browser.

Use Aspose.Cells Cloud SDKs

Using the SDK is the best way to accelerate development. The SDK handles the underlying details, allowing you to simply implement delete spreadsheets blank columns for cells with minimal code. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples illustrate how to call Aspose.Cells web services using various SDKs: