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
<PackageReference Include="Bnsights.Tools.Excel" Version="1.0.0.13" />
paket add Bnsights.Tools.Excel --version 1.0.0.13
#r "nuget: Bnsights.Tools.Excel, 1.0.0.13"
// 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 | Versions 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. |
-
- ClosedXML (>= 0.94.2)
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,907 | 11/25/2020 |
1.0.0.12 | 611 | 10/25/2020 |
1.0.0.11 | 558 | 10/25/2020 |
1.0.0.10 | 673 | 10/11/2020 |
1.0.0.9 | 553 | 10/7/2020 |
1.0.0.8 | 569 | 9/23/2020 |
1.0.0.7 | 656 | 8/31/2020 |
1.0.0.6 | 696 | 7/16/2020 |
1.0.0.5 | 667 | 3/12/2020 |
1.0.0.4 | 635 | 3/12/2020 |
1.0.0.3 | 701 | 3/7/2020 |
1.0.0.2 | 769 | 12/27/2019 |
1.0.0.1 | 693 | 12/26/2019 |
1.0.0 | 748 | 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