Aspose.Cells.Unlock 24.2.0

dotnet tool install --global Aspose.Cells.Unlock --version 24.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Aspose.Cells.Unlock --version 24.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Aspose.Cells.Unlock&version=24.2.0
nuke :add-package Aspose.Cells.Unlock --version 24.2.0

Aspose.Cells Micro Apps

Aspose.Cells Micro Applications provide advanced spreadsheet processing scenarios tailored for end users, built on top of the Aspose.Cells .NET API.

Aspose.Cells Unlock Micro Application

This application specializes in unlocking password-protected electronic spreadsheets (such as Excel) efficiently.

Competitive features
  • Supports unlocking various input file formats as per the Aspose.Cells supported file formats list;
  • The Aspose.Cells Unlock micro application can be utilized via the command line or seamlessly integrated into your C# code through a .NET Core 3.1 compatible API.
Licensing

While the Aspose.Cells Unlock application itself is free, Aspose.Cells .NET requires a license. You can reuse your existing license within the application or evaluate it using Aspose.Cells .NET in trial mode.

System Requirements
  • .NET Core 3.1 on Windows, Linux, or MacOs;
  • Aspose.Cells Unlock application installed.
Installation

To install the application, execute the following command:

dotnet tool install --global Aspose.Cells.Unlock
Usage

Use from command line:

Aspose.Cells.Unlock --input encrypted.xlsx --password your_password

Use from code:

var cellsUnlockOptions = new CellsUnlockOptions
{
    InputPath = "encrypted.xlsx",
    Password = "your_password"
};

// You may set the path to your Aspose.Cells .NET license file via parameters
if (isLicensed)
{
    cellsUnlockOptions.LicenseFile = "Aspose.Total.Product.Family.lic";
}

var cellsUnlock = new CellsUnlock(cellsUnlockOptions);
cellsUnlock.Unlock();
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
24.2.0 152 2/5/2024