Bnsights.Tools.Excel 1.0.0.13

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

// Install Bnsights.Tools.Excel as a Cake Tool
#tool nuget:?package=Bnsights.Tools.Excel&version=1.0.0.13

Bnsights.Tools.Excel is Helper DLL for manipulating Microsoft Excel documents in Bnsights.
It is a prat of Bnsights Business Solutions Framework (BBSF).

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

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.0.13 1,438 11/25/2020
1.0.0.12 581 10/25/2020
1.0.0.11 527 10/25/2020
1.0.0.10 646 10/11/2020
1.0.0.9 524 10/7/2020
1.0.0.8 544 9/23/2020
1.0.0.7 627 8/31/2020
1.0.0.6 645 7/16/2020
1.0.0.5 631 3/12/2020
1.0.0.4 608 3/12/2020
1.0.0.3 673 3/7/2020
1.0.0.2 726 12/27/2019
1.0.0.1 649 12/26/2019
1.0.0 696 4/3/2019

ExcelReader:
       - now implements IDisposable
       - Enhanced to support a sheet up to 182 column (FZ)
       - Added option to read all Workbook Sheet to a list of DataTables
       - Added Option to initialize from a byte array
     ExcelWorkBook:
       - Handled null reference with meaningful error, when datatable contains 0 colummns