JFToolkit.EncryptedExcel
1.2.0
See the version list below for details.
dotnet add package JFToolkit.EncryptedExcel --version 1.2.0
NuGet\Install-Package JFToolkit.EncryptedExcel -Version 1.2.0
<PackageReference Include="JFToolkit.EncryptedExcel" Version="1.2.0" />
<PackageVersion Include="JFToolkit.EncryptedExcel" Version="1.2.0" />
<PackageReference Include="JFToolkit.EncryptedExcel" />
paket add JFToolkit.EncryptedExcel --version 1.2.0
#r "nuget: JFToolkit.EncryptedExcel, 1.2.0"
#:package JFToolkit.EncryptedExcel@1.2.0
#addin nuget:?package=JFToolkit.EncryptedExcel&version=1.2.0
#tool nuget:?package=JFToolkit.EncryptedExcel&version=1.2.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. Supports .xlsx, .xlsm (macro-enabled), and .xls formats. Perfect for applications that need to process secure Excel files while maintaining encryption. Supports .NET Standard 2.0, .NET 6.0, .NET 8.0, and .NET 9.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- NPOI (>= 2.7.4)
- System.Diagnostics.Process (>= 4.3.0)
- System.IO.FileSystem (>= 4.3.0)
-
net6.0
- NPOI (>= 2.7.4)
-
net8.0
- NPOI (>= 2.7.4)
-
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.2.0:
- Added explicit support for macro-enabled Excel files (.xlsm)
- Enhanced documentation to clearly indicate .xlsm support
- Added macro-enabled file example in Examples.cs
- Updated package tags to include 'xlsm' and 'macro'
- Macros are preserved when reading and saving .xlsm files
v1.1.1:
- Fixed GitHub repository links in NuGet package metadata
- Package now correctly links to https://github.com/JyslaFancy/JFToolkit.EncryptedExcel
v1.1.0:
- Added support for .NET Standard 2.0 (broader compatibility)
- Added support for .NET 6.0, .NET 8.0, and .NET 9.0
- Compatible with .NET Framework 4.6.1+ via .NET Standard 2.0
- Compatible with .NET Core 2.0+ via .NET Standard 2.0
- Improved cross-platform compatibility
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