HBD.Framework.Data.Excel 1.0.1

dotnet add package HBD.Framework.Data.Excel --version 1.0.1
NuGet\Install-Package HBD.Framework.Data.Excel -Version 1.0.1
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="HBD.Framework.Data.Excel" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HBD.Framework.Data.Excel --version 1.0.1
#r "nuget: HBD.Framework.Data.Excel, 1.0.1"
#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.
// Install HBD.Framework.Data.Excel as a Cake Addin
#addin nuget:?package=HBD.Framework.Data.Excel&version=1.0.1

// Install HBD.Framework.Data.Excel as a Cake Tool
#tool nuget:?package=HBD.Framework.Data.Excel&version=1.0.1

The helpful library to work with Excel files for .Net developers.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on HBD.Framework.Data.Excel:

Package Downloads
HBD.WinForms

A long description of the package. This shows up in the right pane of the Add Package Dialog as well as in the Package Manager Console when listing packages using the Get-Package command.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 1,613 5/31/2017
1.0.0-beta1 882 5/31/2017

Version 1.0.1
     - Excel Adapter allows to working on Excel 2007 onward using OpenXml.
     - Excel2003 Adapter allows to working on the old excel version using OleDb.