JFToolkit.EncryptedExcel
1.0.0
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
<PackageReference Include="JFToolkit.EncryptedExcel" Version="1.0.0" />
<PackageVersion Include="JFToolkit.EncryptedExcel" Version="1.0.0" />
<PackageReference Include="JFToolkit.EncryptedExcel" />
paket add JFToolkit.EncryptedExcel --version 1.0.0
#r "nuget: JFToolkit.EncryptedExcel, 1.0.0"
#:package JFToolkit.EncryptedExcel@1.0.0
#addin nuget:?package=JFToolkit.EncryptedExcel&version=1.0.0
#tool nuget:?package=JFToolkit.EncryptedExcel&version=1.0.0
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 | Versions 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. |
-
net9.0
- NPOI (>= 2.7.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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