JFToolkit.EncryptedExcel 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package JFToolkit.EncryptedExcel --version 1.0.0
                    
NuGet\Install-Package JFToolkit.EncryptedExcel -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JFToolkit.EncryptedExcel" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="JFToolkit.EncryptedExcel" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="JFToolkit.EncryptedExcel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add JFToolkit.EncryptedExcel --version 1.0.0
                    
#r "nuget: JFToolkit.EncryptedExcel, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package JFToolkit.EncryptedExcel@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=JFToolkit.EncryptedExcel&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=JFToolkit.EncryptedExcel&version=1.0.0
                    
Install as a Cake Tool

A .NET library for reading, modifying, and saving password-encrypted Excel files. Built on NPOI with support for both reading encrypted files and saving with encryption using Excel automation. Perfect for applications that need to process secure Excel files while maintaining encryption.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.1 99 8/17/2025
1.5.0 91 8/17/2025
1.4.0 60 8/15/2025
1.2.5 72 8/15/2025
1.2.4 71 8/15/2025
1.2.3 77 8/15/2025
1.2.2 75 8/15/2025
1.2.0 129 8/14/2025
1.1.1 128 8/14/2025
1.1.0 123 8/13/2025
1.0.0 127 8/13/2025

v1.0.0:
     - Read password-encrypted Excel files (.xlsx, .xls)
     - Modify cell data with type safety
     - Add new rows and columns
     - Save with encryption using Excel automation
     - Comprehensive error handling and fallback options
     - Extension methods for easy Excel manipulation