ExcelHandler 1.0.1
.NET Framework 4.0
Install-Package ExcelHandler -Version 1.0.1
dotnet add package ExcelHandler --version 1.0.1
<PackageReference Include="ExcelHandler" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ExcelHandler --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ExcelHandler, 1.0.1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install ExcelHandler as a Cake Addin
#addin nuget:?package=ExcelHandler&version=1.0.1
// Install ExcelHandler as a Cake Tool
#tool nuget:?package=ExcelHandler&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
This project exposes solid interfaces that contains basic operations for handling Excel files. It provides a factory that acts as a Façade to the concrete implementations with the great libraries NPOI and EPPlus.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
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.0.1 | 31,840 | 6/29/2013 |
* NumberOfSheets property in IExcelHandler interface.
* CreateSheet(string) method in IExcelHandler interface.
* LoadExelFile(string) doesn't require the file exists in both implementations.